forked from beba/foerderbarometer
WM-12: bring back opacity for admin
This commit is contained in:
parent
d9091c818a
commit
e92029db83
|
|
@ -14,6 +14,7 @@
|
|||
otherInput.prop('disabled', !checked);
|
||||
otherInput.prop('required', checked);
|
||||
otherLabel.toggleClass('required', checked);
|
||||
otherLabel.css('opacity', checked ? 1 : 0.3);
|
||||
otherTableRow.css('visibility', checked ? 'visible' : 'collapse');
|
||||
|
||||
if (checked) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue