forked from AuroraMiddleware/gtk
win32: Some theming of color selector
This commit is contained in:
parent
aae60af8a3
commit
eedf57f844
@ -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);
|
||||
}
|
Loading…
Reference in New Issue
Block a user