diff options
author | raveit65 <[email protected]> | 2017-03-15 16:04:21 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-03-15 16:04:21 +0100 |
commit | 4b530b302d11ac984bca4368d32313981ad8b904 (patch) | |
tree | 724b2e503d5c01083dcf9b19eeae07c1c8d01ba0 /desktop-themes/Green-Submarine | |
parent | 29eb147f1a6cbbf605e5b18a3f0c734439743111 (diff) | |
download | mate-themes-4b530b302d11ac984bca4368d32313981ad8b904.tar.bz2 mate-themes-4b530b302d11ac984bca4368d32313981ad8b904.tar.xz |
Gtk+-3.20 submarine themes: fix rubberband for mate-screenshot
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 2 |
1 files changed, 1 insertions, 1 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 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;
}
|