Device Update

* Device Backups können nun automatisch übers Tool getriggert werden

Zeiterfassung Update
 * Vorbereitung für ZA Buchungen
This commit is contained in:
Spitzer Daniel
2024-03-10 21:25:23 +01:00
parent 901131fbce
commit 6e02b849bd
10 changed files with 124 additions and 5 deletions
+8 -1
View File
@@ -107,7 +107,7 @@ table.dataTable > tbody > tr.child span.dtr-data {
font-size: 15px;
}
.fa-circle-check {
.fa-circle-check,.fa-circle-a {
color: #23b900;
font-size: 15px;
}
@@ -151,6 +151,13 @@ table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
min-width: 150px;
}
.no-user-select {
-ms-user-select: None;
-moz-user-select: None;
-webkit-user-select: None;
user-select: None;
}
@media (max-width: 1200px) {
.fa-circle-xmark, .fa-ban, .fa-trash, .fa-edit, .fa-square-check, .fa-arrows-up-down-left-right {
font-size: 25px;