Improvements to user management
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user