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
@@ -1623,6 +1623,12 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
color: #777 !important;
}
.AddUserErrors, .update-user-fail {
background-color: #f22;;
color: #ffd5dc;
border-left:solid 3px #f22;
}
.AddUserPopInContainer {
background-color: #444;
}