[gnome-themes-standard] nautilus: simplify CSS a bit



commit d55905b1aad258101cb01709eb549d07e2bcba7d
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Sat Aug 24 08:13:07 2013 -0700

    nautilus: simplify CSS a bit

 themes/Adwaita/gtk-3.0/gnome-applications.css |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index 97f723b..338405a 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -52,14 +52,7 @@ TerminalWindow GtkNotebook.notebook {
 }
 
 NautilusWindow .sidebar .frame {
-    border-width: 0 0 0 0;
-    border-style: solid;
-    border-color: @borders;
-    border-radius: 0;
-}
-
-NautilusWindow .sidebar .frame:backdrop {
-    border-color: @unfocused_borders;
+    border-style: none;
 }
 
 NautilusWindow > GtkGrid > .pane-separator,
@@ -77,7 +70,6 @@ NautilusWindow > GtkGrid > .pane-separator:hover:backdrop {
     background-color: @sidebar_bg_unfocused;
 }
 
-NautilusView.frame,
 NautilusNotebook.notebook {
     border-right-width: 0;
     border-left-width: 0;
@@ -85,7 +77,7 @@ NautilusNotebook.notebook {
 }
 
 NautilusNotebook .frame {
-    border-width: 0 0 0 0;
+    border-width: 0;
 }
 
 NautilusToolbar .button {


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