Thanks for a great addon! (Tree Style Tab 3.8.1)
Would you please add an option to always show the sound icon for every tab?
Current behavior: the sound icons become hidden for every unmuted tab when no sound is detected.
Desired behavior: the sound icons always show for every tab regardless of muted or unmuted or whether sound is detected or undetected.
thanks!
note1:
also, a quick way to highlight all unmuted tabs would be cool.
note2:
for this to work without Tree Style Tab, userChrome.css needed:
/* TAB: sound icon always visible */
.tab-icon-sound {list-style-image: url(chrome://browser/skin/tabbrowser/tab-audio-playing.svg) !important; display:unset !important; opacity:1 !important}
.tab-icon-sound[muted] {list-style-image: url(chrome://browser/skin/tabbrowser/tab-audio-muted.svg) !important;}