summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-06-05 00:05:35 +0200
committerraveit65 <[email protected]>2016-06-05 00:06:07 +0200
commit4b1265a1b535aafae289a7a1fd7fc996d7b43311 (patch)
tree6524be9c26956c1ec98e2058d4da0d4e7a638e95 /desktop-themes/Blue-Submarine
parentb5eb0da40862cf30cbe3efe861e48eb8412755df (diff)
downloadmate-themes-4b1265a1b535aafae289a7a1fd7fc996d7b43311.tar.bz2
mate-themes-4b1265a1b535aafae289a7a1fd7fc996d7b43311.tar.xz
GTK+-3.20 Submarine themes: fix hover fg color of panel menubar
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css19
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 */