W32: Remove selection from check/radio marks

Current theme allows selection to leak into check/radio marks,
resulting in ugly colored rectangles showing up underneath the marks.

https://bugzilla.gnome.org/show_bug.cgi?id=727211
This commit is contained in:
Руслан Ижбулатов 2014-03-26 11:59:52 +00:00
parent ec7179d01a
commit d83b1275b4

View File

@ -200,6 +200,10 @@ GtkButton.check:active:prelight {
background-image: -gtk-win32-theme-part(button, 3 10);
}
.check:selected {
background-color: transparent;
}
/* Radio buttons */
.radio {
@ -240,6 +244,10 @@ GtkButton.check:active:prelight {
background-image: -gtk-win32-theme-part(button, 2 4, over(2 6, 0.3));
}
.radio:selected {
background-color: transparent;
}
/* Scrollbars */
/* TODO: Win32 has different concept for upper and lower trough, we