mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +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 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
li:first-child {
|
||||
border-top: 2px solid @colorPetrol;
|
||||
}
|
||||
}
|
||||
|
||||
#notifications > li {
|
||||
|
Loading…
x
Reference in New Issue
Block a user