правка визуала

This commit is contained in:
2025-12-20 13:07:47 +03:00
parent 1df4f6743a
commit 50daed590a
3 changed files with 29 additions and 9 deletions
+10 -1
View File
@@ -17,10 +17,15 @@
/* Таблица сотрудников */
.table-responsive {
max-height: 500px;
height: 100vh;
overflow-y: auto;
}
.col-lg-7 .table-responsive {
scrollbar-width: thin;
}
.table {
margin-bottom: 0;
}
@@ -138,6 +143,10 @@
cursor: pointer;
}
.user-row input:checked {
background-color: rgba(13,110,253,.15);
}
.user-row:hover td {
background-color: rgba(13, 110, 253, 0.05);
}