Merge pull request #3422 from overleaf/ta-admin-checkbox-disabled

Don't Ignore Disabled Checkboxes in Admin Subscription Form

GitOrigin-RevId: fe35225e568636e01c2d76a2075bb62a4b0cf281
This commit is contained in:
Jakob Ackermann 2020-12-03 13:57:43 +00:00 committed by Copybot
parent 88331582c3
commit 08ab5f1dfd

View file

@ -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'],