From 71275c2ee1e56024851878b3fbb4d64a13579b69 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 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; -- cgit v1.2.1