mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-27 15:54:03 +02:00
css: add style for warning paragraph
This commit is contained in:
parent
516c519af9
commit
b4e0bb0a93
@ -717,6 +717,18 @@ p.error {
|
||||
}
|
||||
}
|
||||
|
||||
p.warning {
|
||||
color: white;
|
||||
padding: 1em 2em;
|
||||
background-color: @colorWarning;
|
||||
font-weight: bold;
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
table.tinystats {
|
||||
font-size: 0.7em;
|
||||
float: right;
|
||||
|
Loading…
x
Reference in New Issue
Block a user