diff options
author | raveit65 <[email protected]> | 2016-06-05 00:05:35 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-06-05 00:05:35 +0200 |
commit | 65b4b5b00fb0cb3e9c6ba99702f38f7b5d6177a1 (patch) | |
tree | 74268727685f4b8ce0fef66a1aedde56598f9e84 /desktop-themes/Blue-Submarine/gtk-3.0 | |
parent | 2dec2c61cccff96eca2f8eeef8809f368b7ed528 (diff) | |
download | mate-themes-65b4b5b00fb0cb3e9c6ba99702f38f7b5d6177a1.tar.bz2 mate-themes-65b4b5b00fb0cb3e9c6ba99702f38f7b5d6177a1.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 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 */ |