[gnome-themes-standard] widgets: fix shadows on active+insensitive toolbar buttons



commit b0946faae233f97af7a1f8900fb4854ba43aec38
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Mar 6 18:07:19 2012 -0500

    widgets: fix shadows on active+insensitive toolbar buttons

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index f4c02e1..abe29ec 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -724,7 +724,8 @@ GtkComboBox.combobox-entry .button {
     text-shadow: @button_active_text_shadow 0 1;
 }
 
-.button *:insensitive {
+.button *:insensitive,
+.button *:active:insensitive {
     color: @insensitive_fg_color;
     text-shadow: none;
 }
@@ -758,6 +759,7 @@ GtkComboBox.combobox-entry .button {
 .toolbar .raised .button *:insensitive,
 .inline-toolbar .button *:insensitive {
     icon-shadow: none;
+    text-shadow: none;
 }
 
 .toolbar .button.raised *:backdrop,



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