[gtk+] win32: Better color for separators



commit fff1af56ff491a49ae70be8f7c8ad03919cae815
Author: Alexander Larsson <alexl redhat com>
Date:   Fri Mar 16 11:05:20 2012 +0100

    win32: Better color for separators

 gtk/gtk-win32-base.css |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtk-win32-base.css b/gtk/gtk-win32-base.css
index 35d403c..7be3f5e 100644
--- a/gtk/gtk-win32-base.css
+++ b/gtk/gtk-win32-base.css
@@ -812,4 +812,9 @@ GtkColorSwatch {
 
 GtkColorSwatch:prelight {
     border-color: shade (@bg_color, 0.2);
+}
+
+.separator,
+.separator:prelight {
+    color: shade (@bg_color, 0.6);
 }
\ No newline at end of file



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