Improvements to user management

This commit is contained in:
Ross
2022-11-14 14:25:24 +00:00
parent 02eb812122
commit 6e6ba178b5
27 changed files with 515 additions and 20 deletions
+12
View File
@@ -858,4 +858,16 @@ details.filter {
border: 1px solid gray;
padding: 10px;
margin: 20px;
}
/* Generic default styling for forms */
/* Highlight form errors */
tr:has(.errorlist){
border: 1px dashed red;
}
.errorlist + input {
background-color: red;
color: darkblue;
}