[gnome-themes-standard] Use search-bar styling for the nautilus query editor



commit 60c37b279f3630aa11f35d2b72adebad52f7fe69
Author: William Jon McCann <william jon mccann gmail com>
Date:   Thu Oct 10 16:29:15 2013 -0400

    Use search-bar styling for the nautilus query editor
    
    https://bugzilla.gnome.org/show_bug.cgi?id=709863

 themes/Adwaita/gtk-3.0/gnome-applications.css |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index 75d913b..b6c9edc 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -93,7 +93,7 @@ NautilusToolbar .button:active *:insensitive {
     icon-shadow: none;
 }
 
-NautilusQueryEditor .primary-toolbar.toolbar {
+NautilusQueryEditor .search-bar.toolbar {
     border-top-width: 0;
     border-bottom-width: 0;
 }
@@ -104,9 +104,6 @@ NautilusQueryEditor .toolbar {
 
     border-width: 1px 0 0 0;
     border-style: solid;
-    border-color: @theme_bg_color;
-    
-    background-color: mix(@theme_bg_color, @theme_base_color, 0.5);
 }
 
 NautilusQueryEditor .toolbar:nth-child(2) {
@@ -114,16 +111,11 @@ NautilusQueryEditor .toolbar:nth-child(2) {
 }
 
 NautilusQueryEditor .toolbar:last-child,
-NautilusQueryEditor .primary-toolbar.toolbar:only-child {
+NautilusQueryEditor .search-bar.toolbar:only-child {
     border-bottom-width: 1px;
     border-bottom-color: @borders;
 }
 
-NautilusQueryEditor .toolbar:backdrop {
-    background-color: @theme_unfocused_base_color;
-    border-color: @theme_unfocused_base_color;
-}
-
 NautilusQueryEditor .toolbar:backdrop:nth-child(2) {
     border-color: @unfocused_borders;
 }


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