mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-21 12:03:05 -08:00
Fix: Tab - Sound overlay icon typo #1011
This commit is contained in:
parent
ed9866819a
commit
530b283da0
3 changed files with 4 additions and 4 deletions
4
css/leptonChrome.css
generated
4
css/leptonChrome.css
generated
|
|
@ -8346,7 +8346,7 @@
|
|||
.tab-icon-overlay:not([crashed])[muted] {
|
||||
list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio-muted-small.svg");
|
||||
}
|
||||
.tab-icon-overlay:not([crashed])[soundplaying] {
|
||||
.tab-icon-overlay:not([crashed])[activemedia-blocked] {
|
||||
list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio-blocked-small.svg");
|
||||
}
|
||||
.tab-icon-overlay:not([sharing], [crashed]):is([soundplaying], [muted], [activemedia-blocked]) {
|
||||
|
|
@ -22955,7 +22955,7 @@
|
|||
.tab-icon-overlay:not([crashed])[muted] {
|
||||
list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio-muted-small.svg");
|
||||
}
|
||||
.tab-icon-overlay:not([crashed])[soundplaying] {
|
||||
.tab-icon-overlay:not([crashed])[activemedia-blocked] {
|
||||
list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio-blocked-small.svg");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
2
css/leptonChromeESR.css
generated
2
css/leptonChromeESR.css
generated
|
|
@ -8776,7 +8776,7 @@
|
|||
.tab-icon-overlay:not([crashed])[muted] {
|
||||
list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio-muted-small.svg");
|
||||
}
|
||||
.tab-icon-overlay:not([crashed])[soundplaying] {
|
||||
.tab-icon-overlay:not([crashed])[activemedia-blocked] {
|
||||
list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio-blocked-small.svg");
|
||||
}
|
||||
.tab-icon-overlay:not([sharing], [crashed]):is([soundplaying], [muted], [activemedia-blocked]) {
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@
|
|||
&[muted] {
|
||||
list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio-muted-small.svg");
|
||||
}
|
||||
&[soundplaying] {
|
||||
&[activemedia-blocked] {
|
||||
list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio-blocked-small.svg");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue