mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
Notification CSS, image
This commit is contained in:
parent
edd03d3e55
commit
642c40dd80
@ -29,6 +29,8 @@ a {
|
||||
color: white;
|
||||
line-height: 2.5em;
|
||||
padding-left: 3em;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 1em center;
|
||||
}
|
||||
|
||||
#notifications > li.warning {
|
||||
@ -36,9 +38,13 @@ a {
|
||||
}
|
||||
#notifications > li.error {
|
||||
background-color: @colorCritical;
|
||||
background-image: url(../img/icons/error_inv.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 1em center;
|
||||
background-image: url(../img/icons/error_white.png);
|
||||
}
|
||||
|
||||
#notifications > li.success {
|
||||
background-color: #fe6;
|
||||
background-image: url(../img/icons/success.png);
|
||||
color: #333;
|
||||
}
|
||||
/** END of Notifications **/
|
||||
|
||||
|
BIN
public/img/icons/error_white.png
Normal file
BIN
public/img/icons/error_white.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 429 B |
Loading…
x
Reference in New Issue
Block a user