W32: override selected button style to remove colored background

https://bugzilla.gnome.org/show_bug.cgi?id=729353
This commit is contained in:
Руслан Ижбулатов 2014-05-01 18:17:30 +00:00
parent b83880b981
commit 0dd810ee22

View File

@ -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 */