summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2014-05-02 18:02:46 +0200
committerraveit65 <[email protected]>2014-05-02 18:02:46 +0200
commit848e8cd38e2965cb2979244c5a725c28eae1a50b (patch)
treea226417e97feba7e60c1abcaddc1a719b2b2bba2
parentd910ca00b1bd47d6db95c5807d23b50e2a672a60 (diff)
downloadmate-themes-848e8cd38e2965cb2979244c5a725c28eae1a50b.tar.bz2
mate-themes-848e8cd38e2965cb2979244c5a725c28eae1a50b.tar.xz
BlueMenta GTK3: fix panel background color
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/other-applications.css10
1 files changed, 6 insertions, 4 deletions
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;