summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-04-04 16:04:54 +0200
committerraveit65 <[email protected]>2017-04-04 16:05:25 +0200
commit89a6f3bd78d68d8cb3558f2dd8c13c69d0a37a51 (patch)
tree82a8035831b90c8223532543cf98483bea0257d2
parent8f5e1a4c682fa2c1a29bf12c4fc7cce80107c5de (diff)
downloadmate-themes-89a6f3bd78d68d8cb3558f2dd8c13c69d0a37a51.tar.bz2
mate-themes-89a6f3bd78d68d8cb3558f2dd8c13c69d0a37a51.tar.xz
Gtk+-3.20 all themes: improvements for mate-menu
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/mate-applications.css8
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css8
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css13
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css12
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css14
-rw-r--r--desktop-themes/Menta/gtk-3.0/mate-applications.css13
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css7
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css7
8 files changed, 78 insertions, 4 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
index f4c385d6..c3f548f7 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
@@ -607,6 +607,14 @@ na-tray-applet {
margin: 0px;
}
+/* mate-menu, mintmenu fork */
+#mate-menu.background {
+ background-color: @theme_bg_color;
+ border-color: @less_dark_color;
+ border-style: solid;
+ border-width: 1px;
+}
+
/*********
* Pluma *
*********/
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
index d8898466..03adea8a 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -36,11 +36,17 @@ window {
color: @theme_fg_color;
}
-.background {
+/* exclude widget for mate-menu */
+.background:not(widget) {
color: @theme_fg_color;
background-color: @theme_bg_color;
}
+/* override previous setting for rubberband of mate-screenshot */
+.background.rubberband {
+ background-color: transparent;
+}
+
.background:backdrop {
text-shadow: none;
-gtk-icon-shadow: none;
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
index 4f704379..2bf6f55e 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -549,6 +549,19 @@ na-tray-applet widget box widget {
color: @theme_fg_color;
}
+/* mate-menu, mintmenu fork */
+#mate-menu.background {
+ border-color: @borders;
+ border-style: solid;
+ border-width: 1px;
+}
+
+#mate-menu.background button,
+#mate-menu.background button.flat {
+ padding: 3px 1px;
+ border-width: 2px;
+}
+
/****************
* Pluma *
****************/
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
index 6872a1a7..8678f01e 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -36,9 +36,15 @@ window {
color: @theme_fg_color;
}
-.background {
- color: @theme_fg_color;
- background-color: @theme_bg_color;
+/* exclude widget for mate-menu */
+.background:not(widget) {
+ color: @theme_fg_color;
+ background-color: @theme_bg_color;
+}
+
+/* override previous setting for rubberband of mate-screenshot */
+.background.rubberband {
+ background-color: transparent;
}
.background:backdrop {
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
index 319128c1..05361c2e 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
@@ -446,6 +446,20 @@ na-tray-applet > widget > box {
}
+/* mate-menu, mintmenu fork */
+#mate-menu.background {
+ border-color: @borders;
+ border-style: solid;
+ border-width: 1px;
+}
+
+#mate-menu.background button,
+#mate-menu.background button.flat {
+ padding: 3px 1px;
+ border-width: 1px;
+ border-style: solid;
+}
+
/****************
* Mate-Terminal *
****************/
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css
index 299bc1ac..6e889681 100644
--- a/desktop-themes/Menta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css
@@ -548,6 +548,19 @@ na-tray-applet widget box widget {
color: @theme_fg_color;
}
+/* mate-menu, mintmenu fork */
+#mate-menu.background {
+ border-color: @borders;
+ border-style: solid;
+ border-width: 1px;
+}
+
+#mate-menu.background button,
+#mate-menu.background button.flat {
+ padding: 3px 1px;
+ border-width: 2px;
+}
+
/****************
* Pluma *
****************/
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
index 4bc5e8ec..7fe30ef7 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
@@ -342,6 +342,13 @@ na-tray-applet {
color: @theme_fg_color;
}
+/* mate-menu, mintmenu fork */
+#mate-menu.background {
+ border-color: @border_color;
+ border-style: solid;
+ border-width: 1px;
+}
+
/****************
* Pluma *
****************/
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
index 7cedc9a4..6549917c 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
@@ -342,6 +342,13 @@ na-tray-applet {
color: @theme_fg_color;
}
+/* mate-menu, mintmenu fork */
+#mate-menu.background {
+ border-color: @border_color;
+ border-style: solid;
+ border-width: 1px;
+}
+
/****************
* Pluma *
****************/