mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +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;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
form ul.errors {
|
||||||
|
display: block;
|
||||||
|
|
||||||
|
list-style-type: none;
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
|
|
||||||
div.note {
|
div.note {
|
||||||
padding: 1em 1em 0;
|
padding: 1em 1em 0;
|
||||||
margin: 3em auto 0;
|
margin: 3em auto 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user