diff options
author | raveit65 <[email protected]> | 2015-02-23 20:16:08 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-02-23 20:17:52 +0100 |
commit | fdb6a0a9f78a85a30c15171a0c067dcbc7ce7ed4 (patch) | |
tree | c9857c8712c6ea012e89f3db5b09815ab939d479 /desktop-themes | |
parent | e1d76a9269e9be3103dda58512f6a4a3dbe0537c (diff) | |
download | mate-themes-fdb6a0a9f78a85a30c15171a0c067dcbc7ce7ed4.tar.bz2 mate-themes-fdb6a0a9f78a85a30c15171a0c067dcbc7ce7ed4.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 b25c3bcd..2243545d 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -425,6 +425,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 cc1cfb16..d0813ddf 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -427,6 +427,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; |