mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05: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:
parent
88331582c3
commit
08ab5f1dfd
1 changed files with 3 additions and 0 deletions
|
@ -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'],
|
||||
|
|
Loading…
Reference in a new issue