diff -Nru light-themes-0.1.92/Ambiance/gtk-3.0/apps/gnome-panel.css light-themes-0.1.92/Ambiance/gtk-3.0/apps/gnome-panel.css --- light-themes-0.1.92/Ambiance/gtk-3.0/apps/gnome-panel.css 2012-08-28 13:11:41.000000000 -0400 +++ light-themes-0.1.92/Ambiance/gtk-3.0/apps/gnome-panel.css 2012-09-24 04:41:34.000000000 -0400 @@ -6,14 +6,19 @@ PanelApplet, PanelToplevel { border-image: none; - background-image: -gtk-gradient (linear, left top, left bottom, - from (shade (@dark_bg_color, 1.5)), - to (shade (@dark_bg_color, 1.05))); padding: 0; color: @dark_fg_color; } +PanelWidget, +PanelApplet, +PanelToplevel { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.5)), + to (shade (@dark_bg_color, 1.05))); +} + PanelApplet { border-width: 0; } diff -Nru light-themes-0.1.92/debian/changelog light-themes-0.1.92/debian/changelog --- light-themes-0.1.92/debian/changelog 2012-08-30 15:24:44.000000000 -0400 +++ light-themes-0.1.92/debian/changelog 2012-09-24 04:47:49.000000000 -0400 @@ -1,3 +1,9 @@ +light-themes (0.1.92-0ubuntu2) quantal; urgency=low + + * Fix gnome-panel (LP: #1055376) + + -- Thomas Jaeger Mon, 24 Sep 2012 04:41:42 -0400 + light-themes (0.1.92-0ubuntu1) quantal; urgency=low * New upstream snapshot diff -Nru light-themes-0.1.92/Radiance/gtk-3.0/apps/gnome-panel.css light-themes-0.1.92/Radiance/gtk-3.0/apps/gnome-panel.css --- light-themes-0.1.92/Radiance/gtk-3.0/apps/gnome-panel.css 2012-08-28 13:11:41.000000000 -0400 +++ light-themes-0.1.92/Radiance/gtk-3.0/apps/gnome-panel.css 2012-09-24 04:40:42.000000000 -0400 @@ -7,11 +7,15 @@ PanelToplevel { padding: 0; border-image: none; + color: @dark_fg_color; +} + +PanelWidget, +PanelApplet, +PanelToplevel { background-image: -gtk-gradient (linear, left top, left bottom, from (shade (@dark_bg_color, 1.15)), to (shade (@dark_bg_color, 0.95))); - - color: @dark_fg_color; } PanelApplet {