summaryrefslogtreecommitdiff
path: root/desktop-themes/Green-Submarine
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 /desktop-themes/Green-Submarine
parent8f5e1a4c682fa2c1a29bf12c4fc7cce80107c5de (diff)
downloadmate-themes-89a6f3bd78d68d8cb3558f2dd8c13c69d0a37a51.tar.bz2
mate-themes-89a6f3bd78d68d8cb3558f2dd8c13c69d0a37a51.tar.xz
Gtk+-3.20 all themes: improvements for mate-menu
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css12
1 files changed, 9 insertions, 3 deletions
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 {