mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
themes: Prevent .text-button from overwriting radio button background
Resolves #11244 GtkRadioButtons can also have the .text-button CSS class set. This class was overwriting the radiobutton background color, making it appear dark and box-like. This adds a specific radiobutton.text-button definition to ensure the background color is consistent (as we had to do with checkbutton.text-button)
This commit is contained in:
parent
2df7874216
commit
841d926f4b
1 changed files with 1 additions and 1 deletions
|
@ -421,7 +421,7 @@ GimpSpinScale button
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Checkboxes */
|
/* Checkboxes */
|
||||||
checkbutton, checkbutton.text-button, radiobutton, checkbutton label {
|
checkbutton, checkbutton.text-button, radiobutton, radiobutton.text-button, checkbutton label {
|
||||||
color: @fg-color;
|
color: @fg-color;
|
||||||
background-color: @bg-color;
|
background-color: @bg-color;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue