win32 theme: Draw expander arrow

Better than nothing.
This commit is contained in:
Jaime Velasco Juan 2016-10-31 14:00:16 +00:00 committed by Luca Bacci
parent 2f30e12de7
commit 466619f7c1
No known key found for this signature in database
GPG Key ID: 8E3C8D989C98883D

View File

@ -1271,6 +1271,21 @@ statusbar > frame {
background-image: none;
}
/* Expander */
expander title arrow {
background-image: -gtk-win32-theme-part(explorerbar, 7, 1);
}
expander title arrow:checked {
background-image: -gtk-win32-theme-part(explorerbar, 6, 1);
}
expander title:hover arrow {
background-image: -gtk-win32-theme-part(explorerbar, 7, 2);
}
expander title:hover arrow:checked {
background-image: -gtk-win32-theme-part(explorerbar, 6, 2);
}
/* Spinner */
@keyframes spin {