DEV: Update jSpreadsheet to v4.11.1 (#47)

This commit is contained in:
Penar Musaraj 2023-02-16 21:17:00 -05:00 committed by GitHub
parent b45ffe48b7
commit 4c6b020fd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16501 additions and 14560 deletions

File diff suppressed because it is too large Load Diff

View File

@ -691,3 +691,9 @@
.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;
}