mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-04 01:09:25 -05:00
css/module.less: add global error styling
This commit is contained in:
parent
3e6f041a0b
commit
33dde6e7d8
1 changed files with 12 additions and 0 deletions
|
|
@ -397,3 +397,15 @@ table.bp {
|
|||
background: #ccc;
|
||||
}
|
||||
|
||||
ul.error {
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
background-color: @colorCritical;
|
||||
font-size: 0.8em;
|
||||
|
||||
li {
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
padding: 0.3em 0.8em;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue