mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-19 09:50:06 +00:00
W32: override selected button style to remove colored background
https://bugzilla.gnome.org/show_bug.cgi?id=729353
This commit is contained in:
parent
b83880b981
commit
0dd810ee22
@ -159,6 +159,11 @@ GtkAssistant .sidebar .highlight {
|
|||||||
color: @text_color;
|
color: @text_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Override *:selected { ...} style; affects horizontal-buttons */
|
||||||
|
.button:selected {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
/* Check buttons */
|
/* Check buttons */
|
||||||
|
|
||||||
/* Prevent selected check/radio buttons from getting the "selected" blue background */
|
/* Prevent selected check/radio buttons from getting the "selected" blue background */
|
||||||
|
Loading…
Reference in New Issue
Block a user