forked from AuroraMiddleware/gtk
win32: Theme assistants
This commit is contained in:
parent
3598756bee
commit
59dc05d0c5
@ -781,3 +781,20 @@ GtkSwitch.trough:active {
|
||||
.menubar > .menuitem {
|
||||
padding: 3px 5px;
|
||||
}
|
||||
|
||||
/* Assistant */
|
||||
|
||||
GtkAssistant .sidebar .highlight {
|
||||
background-color: blue;
|
||||
font: bold;
|
||||
}
|
||||
|
||||
GtkAssistant .sidebar {
|
||||
padding: 12px;
|
||||
|
||||
background-color: white;
|
||||
|
||||
border-image: none;
|
||||
border-width: 0 1px 0 0;
|
||||
border-style: solid;
|
||||
}
|
Loading…
Reference in New Issue
Block a user