[gnome-themes-standard] dark: fix icon-shadow selectors for dark toolbar buttons



commit db2f9bba9fd9043b302d9c269f79b31e29b5557a
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Fri Jan 13 12:30:35 2012 -0500

    dark: fix icon-shadow selectors for dark toolbar buttons

 .../Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css |   34 +++++++------------
 1 files changed, 13 insertions(+), 21 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css b/themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css
index 283bc8d..9313c43 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css
@@ -21,43 +21,35 @@ GtkComboBox {
 }
 
 .button *:active,
-/*.button *:active:hover,
-.button *:active:focus,
-.button *:active:hover:focus, */
-GtkComboBox *:active /*,
-GtkComboBox *:active:hover,
-GtkComboBox *:active:focus,
-GtkComboBox *:active:hover:focus*/ {
+GtkComboBox *:active {
     text-shadow: @button_active_text_shadow 0 -1;
     color: @theme_selected_bg_color; /* Not sure about this one */
 }
 
-.button *:insensitive,
-.button *:active:insensitive {
-    text-shadow: none;
-}
-
-.button.raised,
-.raised .button,
-.inline-toolbar .button,
-.button.raised *,
-.raised .button *,
+.toolbar .button.raised *,
+.toolbar .raised .button *,
 .inline-toolbar .button * {
     icon-shadow: @button_text_shadow 0 -1;
 }
 
-.button.raised *:active,
-.raised .button *:active,
+.toolbar .button.raised *:active,
+.toolbar .raised .button *:active,
 .inline-toolbar .button *:active {
     icon-shadow: @button_active_text_shadow 0 -1;
 }
 
-.button.raised *:insensitive,
-.raised .button *:insensitive,
+.toolbar .button.raised *:insensitive,
+.toolbar .raised .button *:insensitive,
 .inline-toolbar .button *:insensitive {
     icon-shadow: none;
 }
 
+.toolbar .button.raised *:backdrop,
+.toolbar .raised .button *:backdrop,
+.inline-toolbar .button *:backdrop {
+    icon-shadow: none;
+}
+
 column-header.button,
 column-header .button {
     text-shadow: none;



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