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

@ -798,3 +798,12 @@ GtkAssistant .sidebar {
border-width: 0 1px 0 0; border-width: 0 1px 0 0;
border-style: solid; border-style: solid;
} }
GtkColorSwatch {
border-style: solid;
border-width: 1px;
}
GtkColorSwatch:prelight {
border-color: shade (@bg_color, 0.2);
}