summaryrefslogtreecommitdiff
path: root/desktop-themes/Menta
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-09-07 10:51:44 +0200
committerraveit65 <[email protected]>2015-09-07 10:51:44 +0200
commit548b15b8c7bfe3096d1e15b47b3a50084d32b6e9 (patch)
treec04f44b7f5c7b250520d32ec51f9baa4b7d30059 /desktop-themes/Menta
parentbdcf5e333ff3c2ecfafaff1f9d9a100f5b94ea2f (diff)
downloadmate-themes-548b15b8c7bfe3096d1e15b47b3a50084d32b6e9.tar.bz2
mate-themes-548b15b8c7bfe3096d1e15b47b3a50084d32b6e9.tar.xz
GTK3 Menta themes: style panel grip and hide buttons
Diffstat (limited to 'desktop-themes/Menta')
-rw-r--r--desktop-themes/Menta/gtk-3.0/mate-applications.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css
index 0bccb573..c0669299 100644
--- a/desktop-themes/Menta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css
@@ -376,6 +376,37 @@ MatePanelApplet {
border-width: 0;
}
+/* panel grip */
+PanelToplevel.background.mate-custom-panel-background {
+ background-color: transparent;
+ border-radius: 2px;
+/* enable for making borders visible */
+/* box-shadow: inset 0px 1px shade (@theme_bg_color, 1.0),
+ inset 1px 0px shade (@theme_bg_color, 1.0),
+ inset -1px 0px shade (@theme_bg_color, 1.0),
+ inset 0px -1px shade (@theme_bg_color, 1.0); */
+}
+
+/* hide buttons */
+PanelToplevel.background.mate-custom-panel-background .button {
+ background: transparent;
+ border-image: none;
+ border-radius: 2px;
+ border-width: 0px;
+ padding: 0px 4px;
+ box-shadow: inset 0px 1px shade (@theme_bg_color, 1.0),
+ inset 1px 0px shade (@theme_bg_color, 1.0),
+ inset -1px 0px shade (@theme_bg_color, 1.0),
+ inset 0px -1px shade (@theme_bg_color, 1.0);
+}
+
+PanelToplevel.background.mate-custom-panel-background .button:hover {
+ box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.0),
+ inset 1px 0px shade (@theme_selected_bg_color, 1.0),
+ inset -1px 0px shade (@theme_selected_bg_color, 1.0),
+ inset 0px -1px shade (@theme_selected_bg_color, 1.0);
+}
+
MatePanelAppletFrameDBus PanelSeparator,
PanelSeparator {
border-width: 0;