From 848e8cd38e2965cb2979244c5a725c28eae1a50b Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 2 May 2014 18:02:46 +0200 Subject: BlueMenta GTK3: fix panel background color --- desktop-themes/BlueMenta/gtk-3.0/other-applications.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'desktop-themes/BlueMenta') diff --git a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css index 83312b08..6ec21051 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css @@ -394,9 +394,10 @@ PanelWidget, PanelApplet, PanelToplevel, .desktop-panel { - background-image: -gtk-gradient (linear, left top, left bottom, +/* background-image: -gtk-gradient (linear, left top, left bottom, from (shade (@theme_bg_color, 1.5)), - to (shade (@theme_bg_color, 1.05))); + to (shade (@theme_bg_color, 1.05)));*/ + background-color: @theme_bg_color; padding: 0; -unico-inner-stroke-width: 0; -unico-outer-stroke-width: 0; @@ -426,9 +427,10 @@ PanelMenuBar.menubar, PanelMenuBar.menubar.menuitem, .desktop-panel .menubar, .desktop-panel .menubar .menuitem { - background-image: -gtk-gradient (linear, left top, left bottom, + /*background-image: -gtk-gradient (linear, left top, left bottom, from (shade (@theme_bg_color, 1.5)), - to (shade (@theme_bg_color, 1.05))); + to (shade (@theme_bg_color, 1.05)));*/ + background-color: @theme_bg_color; -unico-inner-stroke-width: 0; -unico-outer-stroke-width: 0; text-shadow: none; -- cgit v1.2.1