[gnome-themes-standard] HighContrast: Style .background, not GtkWindow
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] HighContrast: Style .background, not GtkWindow
- Date: Sat, 17 Nov 2012 14:28:37 +0000 (UTC)
commit 370b38ad0954c657077bf9dee67b6a036cd65d26
Author: Benjamin Otte <otte redhat com>
Date: Thu Nov 15 19:09:18 2012 +0100
HighContrast: Style .background, not GtkWindow
We want to be able to simulate a regular window background by just
setting the background style class.
themes/HighContrast/gtk-3.0/gtk-widgets.css | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/themes/HighContrast/gtk-3.0/gtk-widgets.css b/themes/HighContrast/gtk-3.0/gtk-widgets.css
index fe0fd83..58648fe 100644
--- a/themes/HighContrast/gtk-3.0/gtk-widgets.css
+++ b/themes/HighContrast/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;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]