[gnome-themes-standard] Widget theme: pane separators for unfocused windows.



commit d886ea35a3a4e9f750e13f6aa6cb49520dc97c7c
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Sat Dec 17 14:06:40 2011 +0100

    Widget theme: pane separators for unfocused windows.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 9e798f9..a342601 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -173,11 +173,21 @@ GtkTreeView .separator:window-unfocused,
     background-color: @theme_bg_color;
 }
 
+.pane-separator:window-unfocused,
+.pane-separator:prelight:window-unfocused {
+    background-color: @theme_unfocused_bg_color;
+}
+
 .notebook .pane-separator,
 .notebook .pane-separator:prelight {
     background-color: @theme_base_color;
 }
 
+.notebook .pane-separator:window-unfocused,
+.notebook .pane-separator:prelight:window-unfocused {
+    background-color: @theme_unfocused_base_color;
+}
+
 /****************
  * Text Entries *
  ****************/



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