refactor with bind

This commit is contained in:
2023-11-25 21:40:35 +01:00
parent 1365ef65dd
commit 80bc9f083d
2 changed files with 18 additions and 17 deletions

View File

@@ -32,11 +32,12 @@ table input {
table td.table-primary input,
table td.table-active input,
table.table-success input,
td.table-danger input:disabled,
table input:not([disabled]) {
background: transparent !important;
}
table input[disabled] {
table input:disabled {
background-position: center !important;
}