Skip to content

change tab color #6109

Closed Answered by Gaibhne
lovesharepc asked this question in Q&A
Apr 6, 2022 · 4 comments · 5 replies
Discussion options

You must be logged in to vote

I found this via Google and since the given answers didn't make me happy, I came up with the following CSS, which will make the selected tab brighter no matter which theme you use - if you use a light theme, you probably want to rewrite this to make the tab darker instead.

Go to Settings / Appearance / Custom CSS (which you'll find at the very bottom) and paste the following CSS (and beware of people telling you to paste things without at least basic understanding of what you're doing):

#cdk-drop-list-0 > tab-header.ng-tns-c127-0.fully-draggable.ng-trigger.ng-trigger-animateTab.ng-star-inserted.active {
  background-image: linear-gradient(rgb(255 255 255/15%) 0 0);
  background-blend-mode:

Replies: 4 comments 5 replies

Comment options

You must be logged in to vote
3 replies
@Otpvondoiats
Comment options

@yydog
Comment options

@yydog
Comment options

Comment options

You must be logged in to vote
2 replies
@lovesharepc
Comment options

@lawweiliang
Comment options

Answer selected by lovesharepc
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
7 participants