11-02-2024 12:03 AM
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 ☹️
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 😩
11-02-2024 12:30 AM
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
11-02-2024 12:48 AM
i wanted to but there is no documentation on the microsoft store version on how to mod it with css 😤
11-02-2024 12:47 AM
this is hard because i am using the microsoft store version
11-02-2024 01:07 AM
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