mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
Issue #10960: Make disabled checkboxes less confusing
This commit is contained in:
parent
6d7a67fb45
commit
683c6a3063
1 changed files with 5 additions and 0 deletions
|
@ -440,6 +440,11 @@ checkbutton check:checked {
|
|||
color: @fg-color;
|
||||
}
|
||||
|
||||
checkbutton check:disabled {
|
||||
color: @disabled-fg-color;
|
||||
background-color: @bg-color;
|
||||
}
|
||||
|
||||
checkbutton:checked label, radiobutton:checked label {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue