[gnome-themes-standard] Widget: fix text shadow in pushed nautilus search button.



commit 9e11230c6afe92766c3765057ae3beaaa2e73e65
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Thu Jan 19 13:36:17 2012 +0100

    Widget: fix text shadow in pushed nautilus search button.

 themes/Adwaita/gtk-3.0/gnome-applications.css |   18 +++---------------
 themes/Adwaita/gtk-3.0/gtk-widgets.css        |    2 +-
 2 files changed, 4 insertions(+), 16 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index 3f1f9f8..9e34c15 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -109,21 +109,9 @@ NautilusSearchBar .entry:focus {
     -GtkEntry-inner-border: 3;
 }
 
-/*NautilusSearchBar .entry.image {
-    color: @nautilus_cluebar_color;
-}*/
-
-
-/*NautilusPlacesSidebar .cell:selected { FUNGE, ci vuole una border image qui
-    border-radius: 0 100 100 0;
-    box-shadow: 0 1 inset alpha(black, 0.2), 0 -1 inset alpha(white, 0.5);
-}*/
-
-/*#nautilus-search-button *:active,
-#nautilus-search-button *:active:prelight {
-    color: darker (@nautilus_cluebar_color);
-}*/
-
+#nautilus-search-button *:active {
+    text-shadow: @button_active_text_shadow 0 1;
+}
 
 /* FIXME - will be `.floating-bar` in gtk-widgets.css for the next release*/
 NautilusFloatingBar {
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index a87a781..939a2f9 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -551,7 +551,7 @@ GtkComboBox.combobox-entry .button {
 .primary-toolbar .button *:active,
 .inline-toolbar .button *:active,
 .button *:active {
-    color: @button_active_text; /* Not sure about this one */
+    color: @button_active_text;
     text-shadow: @button_active_text_shadow 0 1;
 }
 



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