summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-03-15 16:04:21 +0100
committerraveit65 <[email protected]>2017-03-15 16:04:21 +0100
commit4b530b302d11ac984bca4368d32313981ad8b904 (patch)
tree724b2e503d5c01083dcf9b19eeae07c1c8d01ba0
parent29eb147f1a6cbbf605e5b18a3f0c734439743111 (diff)
downloadmate-themes-4b530b302d11ac984bca4368d32313981ad8b904.tar.bz2
mate-themes-4b530b302d11ac984bca4368d32313981ad8b904.tar.xz
Gtk+-3.20 submarine themes: fix rubberband for mate-screenshot
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css2
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css2
2 files changed, 2 insertions, 2 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 76563445..15fee6ef 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -36,7 +36,7 @@ window {
color: @theme_fg_color;
}
-.background:not(widget) {
+.background:not(widget):not(.rubberband) {
color: @theme_fg_color;
background-color: @theme_bg_color;
}
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 f5a7175f..ecff48d4 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -36,7 +36,7 @@ window {
color: @theme_fg_color;
}
-.background:not(widget) {
+.background:not(widget):not(.rubberband) {
color: @theme_fg_color;
background-color: @theme_bg_color;
}