From 65b4b5b00fb0cb3e9c6ba99702f38f7b5d6177a1 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 5 Jun 2016 00:05:35 +0200 Subject: GTK+-3.20 Submarine themes: fix hover fg color of panel menubar --- .../Blue-Submarine/gtk-3.0/mate-applications.css | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'desktop-themes/Blue-Submarine') diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css index 30ace2c0..1c8a1652 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -444,10 +444,14 @@ MatePanelAppletFrameDBus { text-shadow: 1px 1px alpha (#000000, 0.8); } -/* dictionary applet */ -#PanelApplet entry { - border-width: 1px; - margin: 3px 0px; +/* menubar */ +.mate-panel-menu-bar menu > menuitem, +.mate-panel-menu-bar menubar > menuitem { + padding: 5px; +} + +.mate-panel-menu-bar menubar > menuitem:hover { + color: shade (@theme_selected_bg_color, 1.6); } /* most applets */ @@ -515,9 +519,10 @@ MatePanelAppletFrameDBus { padding: 4px 2px; } -.mate-panel-menu-bar menu > menuitem, -.mate-panel-menu-bar menubar > menuitem { - padding: 5px; +/* dictionary applet */ +#PanelApplet entry { + border-width: 1px; + margin: 3px 0px; } /* clock-applet */ -- cgit v1.2.1