summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css8
1 files changed, 7 insertions, 1 deletions
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;