From 4b3ccd15019b6c1bfa92b35eecc72304e4ab9cb3 Mon Sep 17 00:00:00 2001 From: bonkmaykr <42302831+bonkmaykrQ@users.noreply.github.com> Date: Fri, 5 May 2023 20:44:40 -0500 Subject: [PATCH] Fixed incorrect selectors on stamp and tooltip borders --- blueroses.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/blueroses.css b/blueroses.css index 037ad14..b3be9bf 100644 --- a/blueroses.css +++ b/blueroses.css @@ -160,6 +160,7 @@ ul.PostStamps li { --DefaultRedColor: #fe760f; --DefaultGreenColor: #fc4b7f; } +ul.PostStamps {border-color: var(--PostStampColor);} .ExtendedContentButton:not(:hover):not(.Expanded), #ResponsibilitiesModule > div > dl > dd > ul > li @@ -434,7 +435,7 @@ a#SiteLogo > img { #PrimaryNav .UserPoints {text-shadow: 0px 0px 8px black, 0px 0px 2px black;} -div[id^="tippy-"] > .tippy-box > .tippy-content { +div[id^="tippy-"] > .tippy-box > .tippy-content:not(:has(.AvatarTooltip) { /*margin-top:5px; max-height: 90vh;*/ border: 2px solid #fc4b7f !important;