🆕 Sorting in the Network tables #713
Some checks are pending
docker / docker_dev (push) Waiting to run

This commit is contained in:
jokob-sk
2024-06-23 10:45:15 +10:00
parent 01e97e152c
commit a030912f48
3 changed files with 65 additions and 11 deletions

View File

@@ -1238,6 +1238,13 @@ input[readonly] {
/* background-color:red; */
}
.sort-btn {
right: 5px;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
}
/* ----------------------------------------------------------------- */