From 379ce1759a76968fcc282c25358f2a80bbb01f58 Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Sat, 21 Dec 2013 01:03:06 +0530 Subject: [PATCH] Use search-bar styling for the nautilus query editor --- gtk-3.0/apps/gnome-applications.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk-3.0/apps/gnome-applications.css b/gtk-3.0/apps/gnome-applications.css index 4b5681f..d1694dc 100644 --- a/gtk-3.0/apps/gnome-applications.css +++ b/gtk-3.0/apps/gnome-applications.css @@ -131,7 +131,7 @@ NautilusNotebook .frame { border-width: 0; } -NautilusQueryEditor .primary-toolbar.toolbar { +NautilusQueryEditor .search-bar.toolbar { border-top-width: 0; border-bottom-width: 0; } @@ -150,7 +150,7 @@ 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: shade(@toolbar_bg_color, 0.8); }