forked from AuroraMiddleware/gtk
W32: remove the blue "selected" rectangle when activating a checkbutton
https://bugzilla.gnome.org/show_bug.cgi?id=728806
This commit is contained in:
parent
93177f7bf0
commit
f4b61e92f6
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user