W32: override selected button style to remove colored background
https://bugzilla.gnome.org/show_bug.cgi?id=729353
This commit is contained in:
@ -159,6 +159,11 @@ GtkAssistant .sidebar .highlight {
|
||||
color: @text_color;
|
||||
}
|
||||
|
||||
/* Override *:selected { ...} style; affects horizontal-buttons */
|
||||
.button:selected {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/* Check buttons */
|
||||
|
||||
/* Prevent selected check/radio buttons from getting the "selected" blue background */
|
||||
|
||||
Reference in New Issue
Block a user