From 02360cb5e36c680c837a6bf580922ae7975a64a1 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 23 Feb 2015 19:30:26 +0100 Subject: All themes GTK3: set a padding in panel menuitem --- desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'desktop-themes/TraditionalOkTest/gtk-3.0') diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css index 0c53b63b..afd6432a 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css @@ -77,8 +77,8 @@ PanelMenuBar.menubar .menu .menuitem { border-style: solid; border-width: 1px; border-radius: 3px; - border-color: alpha(@theme_bg_color, 0.1); - padding: 3px 5px; + border-color: @theme_base_color; + padding: 6px 5px; } /* set selected menubar menuitem */ @@ -88,10 +88,9 @@ PanelMenuBar.menubar .menu .menuitem:hover { background-image: none; color: @theme_selected_fg_color; border-style: solid; - border-width: 0px; + border-width: 1px; border-radius: 3px; border-color: alpha(@theme_selected_bg_color, 0.1); - padding: 3px 5px; } MatePanelApplet { -- cgit v1.2.1