[gnome-themes-standard] nautilus: Remove search bar top border, add bottom border



commit 823af26f676ca468dbf07b6ad2aa28b167c08f45
Author: António Fernandes <AntonioJPFernandes gmail com>
Date:   Fri Aug 23 21:38:04 2013 +0100

    nautilus: Remove search bar top border, add bottom border
    
    The search bar theming was expecting a border below and no border above. Now
    that the toolbar is drawing the border, we need to draw a bottom border instead
    of a top border.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706673

 themes/Adwaita/gtk-3.0/gnome-applications.css |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index 759b831..577379a 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -102,6 +102,7 @@ NautilusToolbar .button:active *:insensitive {
 }
 
 NautilusQueryEditor .primary-toolbar.toolbar {
+    border-top-width: 0;
     border-bottom-width: 0;
 }
 
@@ -120,6 +121,12 @@ NautilusQueryEditor .toolbar:nth-child(2) {
     border-color: @borders;
 }
 
+NautilusQueryEditor .toolbar:last-child,
+NautilusQueryEditor .primary-toolbar.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;


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