[gnome-themes-standard] Widget theme: removed superflous border from NautilusQueryEditor, need some code changes for a bette



commit f3790e76d4843b7180f059daddc1c2075d6c0f61
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Thu Aug 2 16:15:33 2012 +0200

    Widget theme: removed superflous border from NautilusQueryEditor, need some code changes for a better solution...

 themes/Adwaita/gtk-3.0/gnome-applications.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index 2296ce2..a6fa36a 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -112,6 +112,10 @@ NautilusToolbar .button *:active:insensitive {
     text-shadow: none;
 }
 
+NautilusQueryEditor .primary-toolbar.toolbar:only-child {
+    border-bottom-color: @toolbar_gradient_c;
+}
+
 /* gedit */
 
 GeditWindow .pane-separator, 



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