[gnome-themes-standard] Widget theme: dimmed separators on unfocused windows.



commit edc22d26e7fab96c786cd58c2a723f52a4d67883
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Sat Dec 17 14:04:10 2011 +0100

    Widget theme: dimmed separators on unfocused windows.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 4997065..9e798f9 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -153,6 +153,12 @@ GtkTreeView .separator,
     color: darker (@theme_bg_color);
 }
 
+GtkTreeView .separator:window-unfocused,
+.separator:window-unfocused,
+.separator:prelight:window-unfocused {
+    color: @unfocused_insensitive_borders_color;
+}
+
 .pane-separator {
     color: shade (@inactive_frame_color, 0.80);
 }



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