[gnome-themes-standard] Widgets: remove superfluous side borders from NautilusNotebook.



commit 5739a606c8a15ff52f1fb30530bee4fea8a68fc8
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Thu Jan 19 14:47:22 2012 +0100

    Widgets: remove superfluous side borders from NautilusNotebook.

 themes/Adwaita/gtk-3.0/gnome-applications.css |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index cc048bc..be056e8 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -170,6 +170,11 @@ NautilusWindow > GtkGrid > .pane-separator:hover:backdrop {
     color: shade (@theme_bg_color, 0.9);
 }
 
+NautilusNotebook.notebook {
+    border-right-width: 0;
+    border-left-width: 0;
+}
+
 /* gedit */
 
 GeditWindow .pane-separator, 



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