[gnome-themes-standard] Widget theme: nautilus pane separator fixes.



commit 81cc3804b0c6e2cf206b641e0b4daa97b55ffe3c
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Fri Nov 18 23:23:12 2011 +0100

    Widget theme: nautilus pane separator fixes.

 themes/Adwaita/gtk-3.0/gnome-applications.css |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index e5910c0..5fe6adc 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -133,6 +133,15 @@ NautilusWindow > GtkGrid > .pane-separator {
     border-color: shade (@theme_bg_color, 0.66);
 }
 
+NautilusWindow > GtkGrid > .pane-separator,
+NautilusWindow > GtkGrid > .pane-separator:hover {
+    border-width: 1 1 0 0;
+    border-style: solid;
+    border-color: shade (@theme_bg_color, 0.66);
+    background-color: shade (@theme_bg_color, 1.02);
+    color: shade (@theme_bg_color, 0.9);
+}
+
 /* gnome-documents */
 .documents-dropdown,
 .documents-dropdown .view {



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