summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-10-15 12:01:31 +0200
committerraveit65 <[email protected]>2016-10-15 12:01:31 +0200
commitec417b9e50fe21ce0294da2fee11837ddea04837 (patch)
tree0bd013a11d6d35f4d73265925c2b3fc747ff064e
parent215d835e679cfa044797b34f38a3aa714fca9772 (diff)
downloadmate-themes-ec417b9e50fe21ce0294da2fee11837ddea04837.tar.bz2
mate-themes-ec417b9e50fe21ce0294da2fee11837ddea04837.tar.xz
GTK+-3.20 Submarine themes: a few adjustments for mate-menu
- fixes jumping categories menu buttons - use right color for vertical separator
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css11
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css11
2 files changed, 20 insertions, 2 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);
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
index 1cb7af29..8f2e4dd2 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
@@ -786,7 +786,12 @@ na-tray-applet > widget > box {
inset 0px -1px shade(@selected_bg_color, 0.93);
}
-#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);