Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
Update userChrome.css
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanMercer authored Jan 15, 2023
1 parent cfb91f8 commit 9bfc5a6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions chrome/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@
height : 35px !important;
}

.tab-context-line{
display: none !important;
}



Expand Down Expand Up @@ -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;

}

0 comments on commit 9bfc5a6

Please sign in to comment.