win32: Better color for separators

This commit is contained in:
Alexander Larsson 2012-03-16 11:05:20 +01:00
parent a6d72dfec1
commit fff1af56ff

View File

@ -812,4 +812,9 @@ GtkColorSwatch {
GtkColorSwatch:prelight {
border-color: shade (@bg_color, 0.2);
}
.separator,
.separator:prelight {
color: shade (@bg_color, 0.6);
}