[gnome-themes-standard] Widget theme: toned down insensitive color of primary toolbar text for unfocused windows.



commit 614bead96d11c3ebda0142468e51c6967be35109
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Tue Dec 20 16:24:19 2011 +0100

    Widget theme: toned down insensitive color of primary toolbar text for unfocused windows.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 1724742..8221257 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -599,7 +599,7 @@ GtkComboBox.combobox-entry .button {
 }
 
 .primary-toolbar .button *:insensitive:window-unfocused {
-    color: mix(@unfocused_insensitive_bg_color, @unfocused_toolbar, 0.5);
+    color: mix(@unfocused_insensitive_bg_color, @unfocused_toolbar, 0.65);
 }
 
 .primary-toolbar .button.raised *:insensitive:window-unfocused,



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