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:23 +0200
commit34b657a028c6183359b689dae18c1781a074fb49 (patch)
treefd047356840d32db9e1dbe8b505bb57cc8e49c21 /desktop-themes/Blue-Submarine
parent5bfd2eac1597b830371ac7bed350618a28545323 (diff)
downloadmate-themes-34b657a028c6183359b689dae18c1781a074fb49.tar.bz2
mate-themes-34b657a028c6183359b689dae18c1781a074fb49.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);