mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
setup.less: Add missing style for form errors on the welcome page
This commit is contained in:
parent
abef0621ff
commit
7bdd41eb92
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user