setup.less: Add missing style for form errors on the welcome page

This commit is contained in:
Johannes Meyer 2020-04-20 09:36:29 +02:00
parent abef0621ff
commit 7bdd41eb92
1 changed files with 7 additions and 0 deletions

View File

@ -358,6 +358,13 @@ form#setup_requirements {
font-weight: bold;
}
form ul.errors {
display: block;
list-style-type: none;
color: red;
}
div.note {
padding: 1em 1em 0;
margin: 3em auto 0;