Notice banner styling fix
parent
9356ff4dab
commit
53bb2ca38e
|
@ -116,7 +116,7 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
#notificationBannerContainer span~span[style] {
|
||||
#notificationBannerContainer span[style]~span[style] {
|
||||
border-top: 1px solid #005799;
|
||||
}
|
||||
|
||||
|
|
|
@ -168,7 +168,7 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
#notificationBannerContainer span~span[style] {
|
||||
#notificationBannerContainer span[style]~span[style] {
|
||||
border-top: 1px solid #005799;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue