win32: Some theming of color selector

This commit is contained in:
Alexander Larsson 2012-03-16 10:49:21 +01:00
parent aae60af8a3
commit eedf57f844

View File

@ -797,4 +797,13 @@ GtkAssistant .sidebar {
border-image: none;
border-width: 0 1px 0 0;
border-style: solid;
}
GtkColorSwatch {
border-style: solid;
border-width: 1px;
}
GtkColorSwatch:prelight {
border-color: shade (@bg_color, 0.2);
}