Notification CSS, image
This commit is contained in:
parent
edd03d3e55
commit
642c40dd80
|
@ -29,6 +29,8 @@ a {
|
||||||
color: white;
|
color: white;
|
||||||
line-height: 2.5em;
|
line-height: 2.5em;
|
||||||
padding-left: 3em;
|
padding-left: 3em;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: 1em center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#notifications > li.warning {
|
#notifications > li.warning {
|
||||||
|
@ -36,9 +38,13 @@ a {
|
||||||
}
|
}
|
||||||
#notifications > li.error {
|
#notifications > li.error {
|
||||||
background-color: @colorCritical;
|
background-color: @colorCritical;
|
||||||
background-image: url(../img/icons/error_inv.png);
|
background-image: url(../img/icons/error_white.png);
|
||||||
background-repeat: no-repeat;
|
}
|
||||||
background-position: 1em center;
|
|
||||||
|
#notifications > li.success {
|
||||||
|
background-color: #fe6;
|
||||||
|
background-image: url(../img/icons/success.png);
|
||||||
|
color: #333;
|
||||||
}
|
}
|
||||||
/** END of Notifications **/
|
/** END of Notifications **/
|
||||||
|
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 429 B |
Loading…
Reference in New Issue