[gnome-themes-standard] Widget theme: fixed active switch text color for the unfocused windows.



commit 5bdf319c42a1761cf5260ff4e3a373a4c2a3cffe
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Thu Dec 8 14:23:20 2011 +0100

    Widget theme: fixed active switch text color for the unfocused windows.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index dc986a2..7cded84 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -1493,6 +1493,10 @@ GtkSwitch.trough:window-unfocused {
     color: @theme_unfocused_fg_color;
 }
 
+GtkSwitch.trough:active:window-unfocused {
+    color: @theme_unfocused_bg_color;
+}
+
 GtkSwitch.trough:insensitive:window-unfocused {
     color: @unfocused_borders_color; /* FIXME */
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]