release 2.0

This commit is contained in:
2025-12-23 03:09:27 +03:00
parent 16c2622d13
commit f99fd8118c
9 changed files with 115 additions and 47 deletions
+5 -5
View File
@@ -27,7 +27,7 @@
/* Таблица сотрудников */
.table-responsive {
max-height: 800px;
max-height: 950px;
overflow-y: auto;
}
@@ -77,22 +77,22 @@
}
.status-enabled {
background-color: rgba(25, 135, 84, 0.1);
background-color: rgba(25, 135, 84, 0.5);
color: #198754;
}
.status-disabled {
background-color: rgba(108, 117, 125, 0.1);
background-color: rgba(108, 117, 125, 0.2);
color: #6c757d;
}
.status-data {
background-color: rgba(13, 110, 253, 0.1);
background-color: rgba(13, 110, 253, 0.5);
color: #0d6efd;
}
.status-nodata {
background-color: rgba(220, 53, 69, 0.1);
background-color: rgba(220, 53, 69, 0.5);
color: #dc3545;
}