diff --git a/popup.html b/popup.html index 19821f7..b3916a1 100644 --- a/popup.html +++ b/popup.html @@ -116,7 +116,7 @@ display: none; } - #notificationBannerContainer span~span[style] { + #notificationBannerContainer span[style]~span[style] { border-top: 1px solid #005799; } diff --git a/settings.html b/settings.html index 39f4286..4d48834 100644 --- a/settings.html +++ b/settings.html @@ -168,7 +168,7 @@ display: none; } - #notificationBannerContainer span~span[style] { + #notificationBannerContainer span[style]~span[style] { border-top: 1px solid #005799; }