From 252dd7f6df46f70892c2f3038cef0cd976d9adf5 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 27 Oct 2013 14:50:35 +0100 Subject: ContrastHigh: Style .background, not GtkWindow We want to be able to simulate a regular window background by just setting the background style class. --- desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop-themes') 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; } -- cgit v1.2.1