From fdb6a0a9f78a85a30c15171a0c067dcbc7ce7ed4 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 23 Feb 2015 20:16:08 +0100 Subject: Menta themes GTK3: set color of panel menu seperator --- desktop-themes/Menta/gtk-3.0/mate-applications.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'desktop-themes/Menta/gtk-3.0') 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; -- cgit v1.2.1