DEV: Update jSpreadsheet to v4.11.1 (#47)
This commit is contained in:
parent
b45ffe48b7
commit
4c6b020fd8
File diff suppressed because it is too large
Load Diff
|
@ -691,3 +691,9 @@
|
||||||
.red {
|
.red {
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.jexcel > tbody > tr > td.readonly > input[type="checkbox"],
|
||||||
|
.jexcel > tbody > tr > td.readonly > input[type="radio"] {
|
||||||
|
pointer-events: none;
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue