- Solved
- Archived
Tabs to have a highlighted color when playing audio .
I am using this css to make tabs have a highlighted color when they are playing audio: /* Turn tabs playing audio gold */ .tabbrowser-tab[soundplaying="true"] .tab-back… (read more)
I am using this css to make tabs have a highlighted color when they are playing audio:
/* Turn tabs playing audio gold */
.tabbrowser-tab[soundplaying="true"] .tab-background {
background-color: #cc0 !important;
}
After updating to FF-119 does not work. Do i have to do any change to it , to work again ? Thank you in advance.