[gnome-themes-standard/parser: 12/19] adwaita: move general color definitions to GtkWindow
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard/parser: 12/19] adwaita: move general color definitions to GtkWindow
- Date: Tue, 17 May 2011 18:53:49 +0000 (UTC)
commit bd649ef5c98b093671842bfcb62ab84ab4bf4f2d
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon May 16 19:40:56 2011 -0400
adwaita: move general color definitions to GtkWindow
So that inherit could work properly by getting that as a fallback. By
keeping it in * {}, it would always trigger an exact match for any
widget, so it would have a higher priority of an inherited value.
themes/Adwaita/gtk-3.0/gtk-widgets.css | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index e5b0e5a..863adcf 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -39,10 +39,6 @@
-GtkEntry-inner-border: 2;
-GtkEntry-progress-border: 0;
- /* Style */
- background-color: @theme_bg_color;
- color: @theme_fg_color;
-
-GtkWidget-focus-padding: 2;
-GtkWidget-focus-line-width: 1;
-adwaita-focus-border-color: alpha (@theme_text_color, 0.4);
@@ -57,6 +53,12 @@
-adwaita-inset-bottom: none;
}
+GtkWindow {
+ /* Style */
+ background-color: @theme_bg_color;
+ color: @theme_fg_color;
+}
+
/***************
* Base States *
***************/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]