Skip to content

How to match TST mute icon style with browser tab icon style? #3710

Closed Answered by piroor
scarf005 asked this question in Q&A
Discussion options

You must be logged in to vote

TST's mute icon refers colors of tab text. I recommend you to override definitions of those colors, like following:

tab-sound-button {
    --tab-text-inverted: black; /* you can specify arbitrary CSS colors including color codes */
    --tab-text: white; /* you can specify arbitrary CSS colors including color codes */
}

By the way, TST imitates the icon style of Firefox 135. If you are using Firefox ESR128, you'll see matched appearance after the next ESR update.

Replies: 1 comment 3 replies

Comment options

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

@piroor
Comment options

@piroor
Comment options

Answer selected by scarf005
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants