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