summaryrefslogtreecommitdiff
path: root/desktop-themes/Menta/gtk-3.0
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-themes/Menta/gtk-3.0')
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets.css15
1 files changed, 12 insertions, 3 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
index d44467cb..eeea1ad4 100644
--- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
@@ -3959,12 +3959,20 @@ GtkModelButton.button:selected {
icon-shadow: none;
}
+/****************************************************************************************
+* Give and take related to recent gtk3.3.14 development, *
+* to achieve full size of the icon menu of some of the applications whose notification *
+* icons appear in the system tray, the "shadow" is disabled. *
+* same affect in mate-panel main menu, csd apps, header-bars apps *
+* if compositor is disable !!!!! *
+*****************************************************************************************/
+/*
.window-frame {
border-radius: 0;
- border-width: 0px;
- box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow;
+ border-width: 0px;
+ box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow;*/
/* this is used for the resize cursor area */
- margin: 10px;
+/* margin: 10px;
}
.window-frame.tiled {
@@ -3975,6 +3983,7 @@ GtkModelButton.button:selected {
.window-frame:backdrop {
box-shadow: 0 0 0 1px shade(@wm_border,1.1), 0 2px 5px 1px @wm_shadow;
}
+*/
/* Various hacks and shit */
/* FIXME - BELOW: Some stuff that can probably be done better or in another way */