fix tab audio icons/text
This commit is contained in:
parent
26df277f1b
commit
3fc5a50bb4
5 changed files with 52 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue