optimize with sort

This commit is contained in:
2023-11-25 19:55:59 +01:00
parent ad414d0da8
commit 1365ef65dd
2 changed files with 36 additions and 19 deletions

View File

@@ -36,6 +36,10 @@ table input:not([disabled]) {
background: transparent !important;
}
table input[disabled] {
background-position: center !important;
}
tr:nth-child(3n+1) td input {
border-top-width: 3px !important;
}