summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2013-10-27 14:50:35 +0100
committerraveit65 <[email protected]>2013-10-27 14:50:35 +0100
commit252dd7f6df46f70892c2f3038cef0cd976d9adf5 (patch)
tree7be6886e1ca16abad1c1b8b812e7db80637398c1 /desktop-themes
parentf937167099f1af3e5d57f75f621f1b1bc7d528ed (diff)
downloadmate-themes-252dd7f6df46f70892c2f3038cef0cd976d9adf5.tar.bz2
mate-themes-252dd7f6df46f70892c2f3038cef0cd976d9adf5.tar.xz
ContrastHigh: Style .background, not GtkWindow
We want to be able to simulate a regular window background by just setting the background style class.
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
index fe0fd836..58648fe7 100644
--- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
@@ -50,7 +50,7 @@
background-clip: padding-box;
}
-GtkWindow {
+.background {
color: @theme_fg_color;
background-color: @theme_base_color;
}