diff options
author | raveit65 <[email protected]> | 2015-02-23 20:16:08 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-02-23 20:18:05 +0100 |
commit | 71275c2ee1e56024851878b3fbb4d64a13579b69 (patch) | |
tree | 65550ec14db6354bfca8c5e1a5994ea565c4d43f | |
parent | 3fb62aed337c1e56957d01f96ceea9b4226b2561 (diff) | |
download | mate-themes-71275c2ee1e56024851878b3fbb4d64a13579b69.tar.bz2 mate-themes-71275c2ee1e56024851878b3fbb4d64a13579b69.tar.xz |
Menta themes GTK3: set color of panel menu seperator
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 6 | ||||
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/mate-applications.css | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index 08fdb76f..5c7f2406 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -448,6 +448,12 @@ PanelMenuBar.menubar .menuitem:hover { border-radius: 5px; } +/* set menubar menuitem separator */ +PanelMenuBar.menubar .menu .menuitem.separator { + color: @menu_separator; + -GtkMenuItem-horizontal-padding: 0; +} + /* set normal menubar menuitem */ PanelMenuBar.menubar .menu .menuitem { transition: all 150ms ease-out; diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css index 9e619d0e..2f40acb4 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -450,6 +450,12 @@ PanelMenuBar.menubar .menuitem:hover { border-radius: 5px; } +/* set menubar menuitem separator */ +PanelMenuBar.menubar .menu .menuitem.separator { + color: @menu_separator; + -GtkMenuItem-horizontal-padding: 0; +} + /* set normal menubar menuitem */ PanelMenuBar.menubar .menu .menuitem { padding: 6px; |