summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-themes/BlueMenta')
-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;