mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
Show a small border above the first notification
Looks better, somehow.. refs #8247
This commit is contained in:
parent
4d06bff5e8
commit
31406a70bc
@ -28,6 +28,10 @@ img.icon {
|
|||||||
#notifications {
|
#notifications {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
|
li:first-child {
|
||||||
|
border-top: 2px solid @colorPetrol;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#notifications > li {
|
#notifications > li {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user