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; + +}