alarms parameters (NOT READY)
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user