[gnome-themes-standard] adwaita: theme the .gtkstyle-fallback theme selectors
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] adwaita: theme the .gtkstyle-fallback theme selectors
- Date: Mon, 2 Jul 2012 14:45:50 +0000 (UTC)
commit efaa6ea62ff6d3e042786189d6053050f82f126d
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Thu Jun 28 18:01:35 2012 -0400
adwaita: theme the .gtkstyle-fallback theme selectors
themes/Adwaita/gtk-3.0/gtk-widgets.css | 25 +++++++++++++++++++++++++
1 files changed, 25 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 5eda705..600af6f 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -94,6 +94,31 @@ GtkClutterOffscreen {
color: @unfocused_insensitive_fg_color;
}
+.gtkstyle-fallback {
+ background-color: @theme_bg_color;
+ color: @theme_fg_color;
+}
+
+.gtkstyle-fallback:prelight {
+ background-color: shade(@theme_bg_color, 1.10);
+ color: @theme_fg_color;
+}
+
+.gtkstyle-fallback:active {
+ background-color: shade(@theme_bg_color, 0.90);
+ color: @theme_fg_color;
+}
+
+.gtkstyle-fallback:insensitive {
+ background-color: @insensitive_bg_color;
+ color: @insensitive_fg_color;
+}
+
+.gtkstyle-fallback:selected {
+ background-color: @theme_selected_bg_color;
+ color: @theme_selected_fg_color;
+}
+
GtkImage,
GtkImage:insensitive,
GtkLabel,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]