related to ##1521 errors are displayed better in dark mode

This commit is contained in:
Matthieu Leproux
2021-10-18 15:03:47 +02:00
parent 7a22359a14
commit c006b2222e
3 changed files with 15 additions and 14 deletions
+6
View File
@@ -4486,6 +4486,12 @@ input:checked + .slider:before {
position: relative;
}
.AddUserErrors, .update-user-fail {
background-color: #ffcfcf;
color: #ff5252;
border-left:solid 3px red;
}
#UserList .AddUserBlock p,
#UserList .AddUserBlock select,
#UserList .AddUserBlock button{