fix tab audio icons/text

This commit is contained in:
bmFtZQ 2021-12-01 06:19:56 +08:00
parent 26df277f1b
commit 3fc5a50bb4
5 changed files with 52 additions and 2 deletions

View file

@ -429,3 +429,16 @@
.popup-notification-icon[popupid="addon-install-origin-blocked"] {
list-style-image: url(extension-blocked.svg) !important;
}
/* tab sound icons */
.tab-icon-overlay[soundplaying] {
list-style-image: url("tab-audio-playing-small.svg") !important;
}
.tab-icon-overlay[muted] {
list-style-image: url("tab-audio-muted-small.svg") !important;
}
.tab-icon-overlay[activemedia-blocked] {
list-style-image: url("tab-audio-blocked-small.svg") !important;
}