diff --git a/services/web/frontend/stylesheets/components/forms.less b/services/web/frontend/stylesheets/components/forms.less index 3e4c8017c9..66d1fb7900 100755 --- a/services/web/frontend/stylesheets/components/forms.less +++ b/services/web/frontend/stylesheets/components/forms.less @@ -199,6 +199,9 @@ input[type='date'] { cursor: pointer; } } +.fake-disabled-checkbox { + opacity: 0.5; +} .radio input[type='radio'], .radio-inline input[type='radio'], .checkbox input[type='checkbox'],