diff options
author | raveit65 <[email protected]> | 2017-03-15 16:04:21 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-03-15 16:05:10 +0100 |
commit | ca22ae5a57f1b16502f1c7c75eba26eb97e6db95 (patch) | |
tree | 3a047fe3470528f3fe544e81e8f9c5ae152b44b3 /desktop-themes | |
parent | df5cf97982d0cb707d676af9f06d47a30014d679 (diff) | |
download | mate-themes-ca22ae5a57f1b16502f1c7c75eba26eb97e6db95.tar.bz2 mate-themes-ca22ae5a57f1b16502f1c7c75eba26eb97e6db95.tar.xz |
Gtk+-3.20 submarine themes: fix rubberband for mate-screenshot
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 2 | ||||
-rw-r--r-- | 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 26e87937..6b3fad49 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 734035b7..7aa7e6a9 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;
}
|