From 4b530b302d11ac984bca4368d32313981ad8b904 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 15 Mar 2017 16:04:21 +0100 Subject: Gtk+-3.20 submarine themes: fix rubberband for mate-screenshot --- desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 2 +- desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 2 +- 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; } -- cgit v1.2.1