[gnome-themes-standard] Widget theme: fixed nautilus search when inside a tab.



commit 8f338cbcc22e01a6a3b605d843afc0fdc97bc331
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Wed Aug 8 13:12:06 2012 +0200

    Widget theme: fixed nautilus search when inside a tab.

 themes/Adwaita/gtk-3.0/gnome-applications.css |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index 4b172ff..f6a1c5a 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -141,6 +141,16 @@ NautilusQueryEditor .toolbar:backdrop:nth-child(2) {
 }
 
 
+NautilusNotebook.notebook NautilusQueryEditor .primary-toolbar.toolbar {
+    border-top-width: 0;
+}
+
+NautilusNotebook.notebook NautilusQueryEditor .toolbar:last-child,
+NautilusNotebook.notebook NautilusQueryEditor .primary-toolbar.toolbar:only-child {
+    border-bottom-width: 1px;
+    border-bottom-color: @borders;
+}
+
 /* gedit */
 
 GeditWindow .pane-separator, 



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