diff --git a/themes/Default/common.css b/themes/Default/common.css index 5487a54fd0..54b080ef35 100644 --- a/themes/Default/common.css +++ b/themes/Default/common.css @@ -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; }