From 9bfc5a635973f04745a9e941582dcabce734d0f5 Mon Sep 17 00:00:00 2001 From: Aidan Mercer <96552673+AidanMercer@users.noreply.github.com> Date: Sun, 15 Jan 2023 12:38:19 -0800 Subject: [PATCH] Update userChrome.css --- chrome/userChrome.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/chrome/userChrome.css b/chrome/userChrome.css index 69320ff..1a7a9c3 100644 --- a/chrome/userChrome.css +++ b/chrome/userChrome.css @@ -41,9 +41,6 @@ height : 35px !important; } -.tab-context-line{ - display: none !important; -} @@ -105,3 +102,10 @@ toolbar{ transform: rotateX(0); } +.tab-background[selected="true"] > .tab-context-line { + background-image: linear-gradient(#2B2A33 1.5px,#2B2A33 2px,#2B2A33) !important; + /*border-top: 1.5px solid #00DDFF !important;*/ + border-top: 2.5px solid transparent !important; +border-image: 1 0 0 0 linear-gradient(90deg, #e08392, #e1a4e4, #e0b4e5, #e8daf8, #6699CC, #5FB3B3 ) !important; + +}