[gnome-themes-standard] Widget theme: removed nautilus view superfluous borders, add icon-shadow to nautilus toolbar buttons



commit 56aa7a9613f9c6a75e0dbb8a3a744a9bb674e377
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Sun Jul 22 13:42:21 2012 +0200

    Widget theme: removed nautilus view superfluous borders, add icon-shadow to nautilus toolbar buttons.

 themes/Adwaita/gtk-3.0/gnome-applications.css |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index 7bc0cce..d626cc2 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -95,6 +95,23 @@ NautilusNotebook.notebook {
     border-bottom-width: 0;
 }
 
+NautilusNotebook .frame {
+    border-width: 1px 0 0 0;
+}
+
+NautilusToolbar .button {
+    icon-shadow: 0 1px @button_text_shadow;
+}
+
+NautilusToolbar .button *:active {
+    icon-shadow: 0 1px @button_active_text_shadow;
+}
+
+NautilusToolbar .button *:insensitive,
+NautilusToolbar .button *:active:insensitive {
+    text-shadow: none;
+}
+
 /* gedit */
 
 GeditWindow .pane-separator, 



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