Merge lp:~jbicha/light-themes/fix-ambiance-in-gnome-panel into lp:~ubuntu-art-pkg/light-themes/trunk

Proposed by Jeremy Bícha
Status: Merged
Merged at revision: 225
Proposed branch: lp:~jbicha/light-themes/fix-ambiance-in-gnome-panel
Merge into: lp:~ubuntu-art-pkg/light-themes/trunk
Diff against target: 111 lines (+20/-2)
2 files modified
Ambiance/gtk-3.0/apps/gnome-panel.css (+11/-2)
Radiance/gtk-3.0/apps/gnome-panel.css (+9/-0)
To merge this branch: bzr merge lp:~jbicha/light-themes/fix-ambiance-in-gnome-panel
Reviewer Review Type Date Requested Status
Matthias Niess (community) Approve
Bob Bib (community) Approve
Ubuntu Artwork Packagers Pending
Review via email: mp+103001@code.launchpad.net

Description of the change

This was actually done by ~zonsaja. I just formatted it into a patch.

To post a comment you must log in.
225. By Jeremy Bícha

- Add backdrop option, fixes Ambiance theming for menu bar & window list
  (LP: #955376, LP: #981289)
- Enable the Ubuntu icon for the Applications menu (LP: #986988)

226. By Jeremy Bícha

Apply changes to Radiance too

Revision history for this message
Bob Bib (bobbib) wrote :

Looks fine.
When will it be merged?

review: Approve
Revision history for this message
Matthias Niess (mniess) wrote :

I have tried it and it works nicely. Why won't it be approved. Who needs to see this?

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Ambiance/gtk-3.0/apps/gnome-panel.css'
2--- Ambiance/gtk-3.0/apps/gnome-panel.css 2012-03-06 15:23:14 +0000
3+++ Ambiance/gtk-3.0/apps/gnome-panel.css 2012-04-23 13:29:18 +0000
4@@ -1,4 +1,7 @@
5 /* Fallback Mode Panel */
6+PanelWidget :backdrop,
7+PanelApplet :backdrop,
8+PanelToplevel :backdrop,
9 PanelWidget,
10 PanelApplet,
11 PanelToplevel {
12@@ -14,6 +17,7 @@
13 border-width: 0;
14 }
15
16+PanelSeparator:backdrop,
17 PanelSeparator {
18 border-width: 0;
19 background-image: -gtk-gradient (linear, left top, left bottom,
20@@ -28,6 +32,7 @@
21 PanelApplet > GtkMenuBar.menubar.menuitem,
22 PanelMenuBar.menubar,
23 PanelMenuBar.menubar.menuitem {
24+ -PanelMenuBar-icon-visible: true;
25 background-image: -gtk-gradient (linear, left top, left bottom,
26 from (shade (@dark_bg_color, 1.5)),
27 to (shade (@dark_bg_color, 1.05)));
28@@ -41,6 +46,7 @@
29 border-width: 0;
30 }
31
32+PanelApplet .button:backdrop,
33 PanelApplet .button {
34 -GtkButton-inner-border: 2;
35
36@@ -57,10 +63,12 @@
37
38 -unico-border-gradient: none;
39 -unico-glow-radius: 0;
40- -unico-inner-stroke-width: 0;
41- -unico-outer-stroke-width: 0;
42+ -unico-inner-stroke-width: 0px;
43+ -unico-outer-stroke-width: 0px;
44 }
45
46+PanelApplet .button:prelight:active:backdrop,
47+PanelApplet .button:active:backdrop,
48 PanelApplet .button:prelight:active,
49 PanelApplet .button:active {
50 background-image: -gtk-gradient (linear, left top, left bottom,
51@@ -76,6 +84,7 @@
52 -unico-outer-stroke-width: 0;
53 }
54
55+PanelApplet .button:prelight:backdrop,
56 PanelApplet .button:prelight {
57 background-image: -gtk-gradient (linear, left top, left bottom,
58 from (shade (@dark_bg_color, 1.7)),
59
60=== modified file 'Radiance/gtk-3.0/apps/gnome-panel.css'
61--- Radiance/gtk-3.0/apps/gnome-panel.css 2012-03-06 15:23:14 +0000
62+++ Radiance/gtk-3.0/apps/gnome-panel.css 2012-04-23 13:29:18 +0000
63@@ -1,4 +1,7 @@
64 /* Fallback Mode Panel */
65+PanelWidget :backdrop,
66+PanelApplet :backdrop,
67+PanelToplevel :backdrop,
68 PanelWidget,
69 PanelApplet,
70 PanelToplevel {
71@@ -14,6 +17,7 @@
72 border-width: 0;
73 }
74
75+PanelSeparator:backdrop,
76 PanelSeparator {
77 border-width: 0;
78 background-image: -gtk-gradient (linear, left top, left bottom,
79@@ -28,6 +32,7 @@
80 PanelApplet > GtkMenuBar.menubar.menuitem,
81 PanelMenuBar.menubar,
82 PanelMenuBar.menubar.menuitem {
83+ -PanelMenuBar-icon-visible: true;
84 background-image: -gtk-gradient (linear, left top, left bottom,
85 from (shade (@dark_bg_color, 1.15)),
86 to (shade (@dark_bg_color, 0.95)));
87@@ -41,6 +46,7 @@
88 border-width: 0;
89 }
90
91+PanelApplet .button:backdrop,
92 PanelApplet .button {
93 -GtkButton-inner-border: 2;
94
95@@ -59,6 +65,8 @@
96 -unico-outer-stroke-width: 0px;
97 }
98
99+PanelApplet .button:prelight:active:backdrop,
100+PanelApplet .button:active:backdrop,
101 PanelApplet .button:prelight:active,
102 PanelApplet .button:active {
103 background-image: -gtk-gradient (linear, left top, left bottom,
104@@ -74,6 +82,7 @@
105 -unico-outer-stroke-width: 0;
106 }
107
108+PanelApplet .button:prelight:backdrop,
109 PanelApplet .button:prelight {
110 background-image: -gtk-gradient (linear, left top, left bottom,
111 from (shade (@dark_bg_color, 1.2)),