mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 02:00:10 +02:00
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:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user