[gnome-themes-standard] adwaita: Style .background, not GtkWindow
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] adwaita: Style .background, not GtkWindow
- Date: Sat, 17 Nov 2012 14:28:32 +0000 (UTC)
commit 127d02f515dc5daa4e0af967c85030415dbf95e6
Author: Benjamin Otte <otte redhat com>
Date: Thu Nov 15 19:07:28 2012 +0100
adwaita: Style .background, not GtkWindow
We want to be able to simulate a regular window background by just
setting the background style class.
themes/Adwaita/gtk-3.0/gtk-widgets.css | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index ae32267..69b07a9 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -53,12 +53,12 @@
* Base States *
***************/
-GtkWindow {
+.background {
color: @theme_fg_color;
background-color: @theme_bg_color;
}
-GtkWindow:backdrop {
+.background:backdrop {
color: @theme_unfocused_fg_color;
}
@@ -2624,12 +2624,12 @@ GtkCheckButton:selected:focus {
/*******
* OSD *
*******/
-GtkWindow.osd {
+.background.osd {
color: @osd_fg;
background-color: @osd_bg;
}
-GtkWindow.osd:backdrop {
+.background.osd:backdrop {
background-color: @osd_bg_backdrop;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]