Small syntax fix for win32 CSS theme

This commit is contained in:
Luca Bacci 2019-10-07 13:56:37 +00:00
parent e1f0a34781
commit 5c6ca889de
No known key found for this signature in database
GPG Key ID: 8E3C8D989C98883D

View File

@ -1040,7 +1040,7 @@ progressbar.vertical progress.pulse {
combobox entry {
margin-right: calc( -2ex - -gtk-win32-part-width(combobox, 6, 1));
background-image: -gtk-win32-theme-part(combobox, 4, 1));
background-image: -gtk-win32-theme-part(combobox, 4, 1);
}
combobox entry:hover {
background-image: -gtk-win32-theme-part(combobox, 4, 2);