cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Help. (the mute button)

chalaps
Making moves

this new button is so annoying...

imagine i drag tabs then by accident i click on it, so much easier to make annoying mistakes that no one will help me with this pls ☹️

i hate this thingi hate this thing

SOOOOOOOOOOOOO ANNOYING!!! the feature wasn't even as bad as it was before, it is so confusing and unfamiliar at the same time as well.

i need real help now 😩

4 REPLIES 4

Agentvirtuel
Collaborator

Hello

Is it this subject https://connect.mozilla.org/t5/discussions/mute-tab-icon-changed/td-p/76250

userChrome.css by way of illustration

/* Larger and bottomless loudspeaker symbol */
.tab-icon-overlay {
  border: none !important;
  background-color: transparent !important;
  transform: scale(1.7) !important;
}

/* Green loudspeaker symbol on the sound */
.tab-icon-overlay[soundplaying] {
  fill: green !important;
}

/* Red loudspeaker symbol on silence */
.tab-icon-overlay[muted] {
  fill: red !important;
}

About scale by way of illustration https://developer.mozilla.org/en-US/docs/Web/CSS/transform-function/scale

i wanted to but there is no documentation on the microsoft store version on how to mod it with css 😤

chalaps
Making moves

this is hard because i am using the microsoft store version

Agentvirtuel
Collaborator

https://www.userchrome.org/how-create-userchrome-css.html ?

And


Alternately, if you have some CSS code ready to paste into a userChrome.css file, you can do that using the following page and download your userChrome.css file from there: Generate Downloadable userChrome.css File.

https://www.userchrome.org/download-userchrome-css.html

1.png