Merge lp:~elementary-pantheon/wingpanel/fix-menu-color into lp:~elementary-pantheon/wingpanel/trunk-0.3.x

Proposed by Danielle Foré
Status: Merged
Approved by: Cody Garver
Approved revision: 207
Merged at revision: 207
Proposed branch: lp:~elementary-pantheon/wingpanel/fix-menu-color
Merge into: lp:~elementary-pantheon/wingpanel/trunk-0.3.x
Diff against target: 12 lines (+2/-1)
1 file modified
src/Indicator/IndicatorObjectEntry.vala (+2/-1)
To merge this branch: bzr merge lp:~elementary-pantheon/wingpanel/fix-menu-color
Reviewer Review Type Date Requested Status
elementary Pantheon team Pending
Review via email: mp+250575@code.launchpad.net

Commit message

Don't hardcode .popover_bg background color

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/Indicator/IndicatorObjectEntry.vala'
2--- src/Indicator/IndicatorObjectEntry.vala 2015-01-27 16:33:51 +0000
3+++ src/Indicator/IndicatorObjectEntry.vala 2015-02-23 02:40:59 +0000
4@@ -49,7 +49,8 @@
5 border-width:0;
6 }
7 .popover_bg {
8- background-color:#fff;
9+ background-color: @bg_color;
10+ border: 1px solid rgba(0,0,0,0.4);
11 }
12 """;
13

Subscribers

People subscribed via source and target branches