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/BlueMenta/gtk-3.0/mate-applications.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'desktop-themes/BlueMenta') 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; -- cgit v1.2.1