Notice banner styling fix

pull/327/head
Kevin Payravi 2023-11-05 11:35:03 -06:00
parent 9356ff4dab
commit 53bb2ca38e
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@
display: none;
}
#notificationBannerContainer span~span[style] {
#notificationBannerContainer span[style]~span[style] {
border-top: 1px solid #005799;
}

View File

@ -168,7 +168,7 @@
display: none;
}
#notificationBannerContainer span~span[style] {
#notificationBannerContainer span[style]~span[style] {
border-top: 1px solid #005799;
}