summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-10-15 12:01:31 +0200
committerraveit65 <[email protected]>2016-10-15 12:02:07 +0200
commitf4efe059c078cc0f50d33f9d332fa3b7e08bee5e (patch)
tree36616bd47836ac2e88c3d4d75206839812b287ff /desktop-themes/Blue-Submarine
parentea44cf94a0e24fa6131286dac368c3028c22f706 (diff)
downloadmate-themes-f4efe059c078cc0f50d33f9d332fa3b7e08bee5e.tar.bz2
mate-themes-f4efe059c078cc0f50d33f9d332fa3b7e08bee5e.tar.xz
GTK+-3.20 Submarine themes: a few adjustments for mate-menu
- fixes jumping categories menu buttons - use right color for vertical separator
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css11
1 files changed, 10 insertions, 1 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 abd1a54f..2ec4fb08 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
@@ -786,7 +786,12 @@ na-tray-applet > widget > box {
inset 0px -1px shade (@theme_selected_bg_color, 1.3);
}
-#mate-menu.background widget notebook viewport grid widget separator {
+#mate-menu.background button,
+#mate-menu.background button.flat {
+ padding: 4px;
+}
+
+#mate-menu.background separator {
border-width: 1px 0px 0px 0px;
min-height: 1px;
background-color: shade(@menu_fg_dark_color, 0.3);
@@ -835,6 +840,10 @@ na-tray-applet > widget > box {
border-color: shade(@menu_fg_dark_color, 0.3);
}
+#mate-menu.background scrollbar.vertical button {
+ padding: 0px;
+}
+
#mate-menu.background scrollbar.vertical button:disabled {
background-color: transparent;
color: shade (@insensitive_fg_color, 0.6);