Merge lp:~markellmtthw/egtk/menu-changes into lp:egtk/1.0

Proposed by Matthew Markell
Status: Rejected
Rejected by: Danielle Foré
Proposed branch: lp:~markellmtthw/egtk/menu-changes
Merge into: lp:egtk/1.0
Diff against target: 23 lines (+4/-3)
1 file modified
gtk-3.0/menu.css (+4/-3)
To merge this branch: bzr merge lp:~markellmtthw/egtk/menu-changes
Reviewer Review Type Date Requested Status
Danielle Foré Pending
Review via email: mp+88417@code.launchpad.net

Description of the change

This changes the GTK3 menu gradient and removes the menu border.

To post a comment you must log in.

Unmerged revisions

374. By Matthew Markell

change menu gradient and remove border

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'gtk-3.0/menu.css'
2--- gtk-3.0/menu.css 2011-10-09 02:14:28 +0000
3+++ gtk-3.0/menu.css 2012-01-12 18:43:23 +0000
4@@ -37,17 +37,18 @@
5 background-image: -gtk-gradient (linear,
6 left top,
7 left bottom,
8- from (#f0f0f0),
9+ from (#dedede),
10 to (#f8f8f8));
11
12+/*
13 -unico-inner-stroke-gradient: -gtk-gradient (linear,
14 left top, left bottom,
15 from (#fff),
16 to (alpha (#fff, 0.39)));
17-
18+*/
19 border-style: solid;
20
21- -unico-inner-stroke-width: 1;
22+ -unico-inner-stroke-width: 0;
23 }
24
25

Subscribers

People subscribed via source and target branches

to all changes: