mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
CSS: Update error text color to match new style
This commit is contained in:
parent
784a311c19
commit
ae575667a4
@ -47,13 +47,14 @@
|
|||||||
line-height: @line-height;
|
line-height: @line-height;
|
||||||
}
|
}
|
||||||
|
|
||||||
.errors {
|
.control-group .errors {
|
||||||
background-color: @color-critical;
|
background-color: @color-critical;
|
||||||
font-size: @font-size-small;
|
font-size: @font-size-small;
|
||||||
margin: 2em 0 0 0;
|
margin: 2em 0 0 0;
|
||||||
|
|
||||||
> li {
|
> li {
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
|
color: @body-bg-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user