diff options
author | raveit65 <[email protected]> | 2016-06-05 00:05:35 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-06-05 00:06:23 +0200 |
commit | 1008624df40e3ab3506b2176e74dfb7990202208 (patch) | |
tree | 6524be9c26956c1ec98e2058d4da0d4e7a638e95 /desktop-themes/Blue-Submarine/gtk-3.0 | |
parent | 91adbc3b635d8285ec899910563f79b0b4b50156 (diff) | |
download | mate-themes-1008624df40e3ab3506b2176e74dfb7990202208.tar.bz2 mate-themes-1008624df40e3ab3506b2176e74dfb7990202208.tar.xz |
GTK+-3.20 Submarine themes: fix hover fg color of panel menubar
Diffstat (limited to 'desktop-themes/Blue-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 19 |
1 files changed, 12 insertions, 7 deletions
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 4e1305ad..510be10a 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 */ |