Make allow checkbox for permissions green

This commit is contained in:
Jan Böhmer 2022-11-13 18:44:51 +01:00
parent e2875adc22
commit 70120bdaa9
3 changed files with 14 additions and 4 deletions

View file

@ -871,3 +871,10 @@ table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selecte
width: 100%;
}
/***********************************************
* Permission checkboxes
***********************************************/
.permission-checkbox:checked {
background-color: var(--bs-success);
border-color: var(--bs-success);
}