alarms parameters (NOT READY)

This commit is contained in:
Ivan
2023-09-26 00:45:53 +03:00
parent 817f3e8b71
commit 4b91a9fd93
4 changed files with 307 additions and 4 deletions

View File

@ -526,6 +526,7 @@ header img {
.organisation label,
#parameters label,
#ai label,
.permission-group label {
color: rgba(0, 0, 0, 0.5);
cursor: pointer !important;
@ -807,11 +808,13 @@ td {
}
.table input[type="checkbox"],
#parameters input[type="checkbox"] {
#parameters input[type="checkbox"],
#ai input[type="checkbox"] {
display: none;
}
#parameters .checkbox-label {
#parameters .checkbox-label,
#ai .checkbox-label {
margin-top: 10px;
}
@ -831,6 +834,11 @@ td {
background: url(../img/checkbox-table-check.svg);
}
#checkboxContainer .checkbox-label {
width: fit-content !important;
padding: 10px;
}
.table .trash,
#adminTable .trash {
height: 22px;