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
=== modified file 'src/Indicator/IndicatorObjectEntry.vala'
--- src/Indicator/IndicatorObjectEntry.vala 2015-01-27 16:33:51 +0000
+++ src/Indicator/IndicatorObjectEntry.vala 2015-02-23 02:40:59 +0000
@@ -49,7 +49,8 @@
49 border-width:0;49 border-width:0;
50 }50 }
51 .popover_bg {51 .popover_bg {
52 background-color:#fff;52 background-color: @bg_color;
53 border: 1px solid rgba(0,0,0,0.4);
53 }54 }
54 """;55 """;
5556

Subscribers

People subscribed via source and target branches