правка визуала
This commit is contained in:
+10
-1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user