]> Pileus Git - ~andy/gtk/commitdiff
win32: Better color for separators
authorAlexander Larsson <alexl@redhat.com>
Fri, 16 Mar 2012 10:05:20 +0000 (11:05 +0100)
committerAlexander Larsson <alexl@redhat.com>
Fri, 16 Mar 2012 10:05:20 +0000 (11:05 +0100)
gtk/gtk-win32-base.css

index 35d403ce7f6f3f8a02771ad7385218fed5955576..7be3f5e4af294a028fc09c66090f331a974d9216 100644 (file)
@@ -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