W32: remove the blue "selected" rectangle when activating a checkbutton

https://bugzilla.gnome.org/show_bug.cgi?id=728806
This commit is contained in:
Руслан Ижбулатов 2014-04-23 15:57:24 +00:00
parent 93177f7bf0
commit f4b61e92f6

View File

@ -153,6 +153,12 @@ GtkAssistant .sidebar .highlight {
/* Check buttons */
/* Prevent selected check/radio buttons from getting the "selected" blue background */
GtkCheckButton:prelight:selected,
GtkRadioButton:prelight:selected {
background-color: transparent;
}
/* This is meaningless, it just enables prelight propagation to check/radio mark */
GtkCheckButton:prelight,
GtkRadioButton:prelight {