diff options
author | raveit65 <[email protected]> | 2015-02-23 20:16:08 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-02-23 20:17:30 +0100 |
commit | 0c06728705091cc540f881af5b700bd2557c650c (patch) | |
tree | 3bf73c379ece7085e518879fccf79cb02ad27266 /desktop-themes | |
parent | 02360cb5e36c680c837a6bf580922ae7975a64a1 (diff) | |
download | mate-themes-0c06728705091cc540f881af5b700bd2557c650c.tar.bz2 mate-themes-0c06728705091cc540f881af5b700bd2557c650c.tar.xz |
Menta themes GTK3: set color of panel menu seperator
Diffstat (limited to 'desktop-themes')
-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 6d5c20fd..b18cd343 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -432,6 +432,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 2d119dfd..6f59659d 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -434,6 +434,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; |