Issue #10960: Make disabled checkboxes less confusing

This commit is contained in:
Bruno Lopes 2024-03-02 10:11:29 -03:00
parent 6d7a67fb45
commit 683c6a3063
1 changed files with 5 additions and 0 deletions

View File

@ -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;
}