win32 theme: fix disabled GtkEntry style

This commit is contained in:
Jaime Velasco Juan 2016-10-20 11:00:09 +01:00 committed by Luca Bacci
parent f9d82e965e
commit bfe7a57b76
No known key found for this signature in database
GPG Key ID: 8E3C8D989C98883D

View File

@ -690,7 +690,9 @@ entry:focus {
textview.view:disabled,
entry:disabled {
background-image: -gtk-win32-theme-part(edit, 1, 4);
/* This theme part feels wrong here, but it looks as one would expect,
whereas (edit, 5, 3) BACKGROUNDWITHBORDER, EBS_DISABLED is just white */
background-image: -gtk-win32-theme-part(combobox, 5, 4);
color: -gtk-win32-color(edit, graytext);
}