win32: Theme assistants

This commit is contained in:
Alexander Larsson 2012-03-15 21:04:53 +01:00
parent 3598756bee
commit 59dc05d0c5

View File

@ -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;
}