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
=== modified file 'gtk-3.0/menu.css'
--- gtk-3.0/menu.css 2011-10-09 02:14:28 +0000
+++ gtk-3.0/menu.css 2012-01-12 18:43:23 +0000
@@ -37,17 +37,18 @@
37 background-image: -gtk-gradient (linear,37 background-image: -gtk-gradient (linear,
38 left top,38 left top,
39 left bottom,39 left bottom,
40 from (#f0f0f0),40 from (#dedede),
41 to (#f8f8f8));41 to (#f8f8f8));
4242
43/*
43 -unico-inner-stroke-gradient: -gtk-gradient (linear,44 -unico-inner-stroke-gradient: -gtk-gradient (linear,
44 left top, left bottom,45 left top, left bottom,
45 from (#fff),46 from (#fff),
46 to (alpha (#fff, 0.39)));47 to (alpha (#fff, 0.39)));
4748*/
48 border-style: solid;49 border-style: solid;
4950
50 -unico-inner-stroke-width: 1;51 -unico-inner-stroke-width: 0;
51}52}
5253
5354

Subscribers

People subscribed via source and target branches

to all changes: