[gnome-themes-standard] Widgets: unneeded custom styling for nautilus search button; fixed backdrop primary toolbar



commit 2b9548785519e1f2ddaabcc3b750d5532f1d8d3a
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Sat Feb 18 19:40:06 2012 +0100

    Widgets: unneeded custom styling for nautilus search button;
             fixed backdrop primary toolbar raised buttons hover state.

 themes/Adwaita/gtk-3.0/gnome-applications.css      |    4 ----
 themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css |    3 ++-
 2 files changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index ec71d3a..72d932f 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -120,10 +120,6 @@ NautilusSearchBar .entry:focus {
     -GtkEntry-inner-border: 3;
 }
 
-#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 {
     background-color: @info_bg_color;
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css b/themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css
index 1290d66..920e3ee 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css
@@ -101,7 +101,8 @@
 .button:backdrop,
 .toolbar .button.raised:backdrop,
 .toolbar .raised .button:backdrop,
-.toolbar .button:hover:backdrop {
+.toolbar .button:backdrop:hover,
+.primary-toolbar .raised .button:backdrop:hover {
     background-image: none;
     background-color: @unfocused_button_background;
 }



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