summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOk
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2014-10-29 16:24:17 +0100
committerraveit65 <[email protected]>2014-10-29 17:26:08 +0100
commitf70cec11c372d8d0f4bb07bb0b191e6572046c44 (patch)
treeb738c013a1bff7bd1a8f4aa0aded8fb2ca77c114 /desktop-themes/TraditionalOk
parent1780a247086637c08c126f62032203a1513209f5 (diff)
downloadmate-themes-f70cec11c372d8d0f4bb07bb0b191e6572046c44.tar.bz2
mate-themes-f70cec11c372d8d0f4bb07bb0b191e6572046c44.tar.xz
GTK3-3.14 Traditional themes: fix panel main menu + right click menu of GTK3 systray applets
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index 5028f0c9..dda82c5c 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -1924,12 +1924,20 @@ GtkInfoBar:last-child,
border-image: none;
}
+/****************************************************************************************
+ * Give and take related to recent gtk3 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 GTK3 too !!!!!
+****************************************************************************************/
+/*
.window-frame {
border-width: 1px;
border-radius: 7px 7px 0 0;
border-style: solid;
margin: 10px;
}
+*/
/**************
* Action bar *