mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Only use white audio indicator when using a lightweight theme
This commit is contained in:
parent
c2496a58d0
commit
e2b186d571
3 changed files with 9 additions and 9 deletions
|
|
@ -1781,9 +1781,9 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
|
|||
list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio-blocked");
|
||||
}
|
||||
|
||||
#TabsToolbar[brighttext] .tab-icon-sound[soundplaying],
|
||||
#TabsToolbar[brighttext] .tab-icon-sound[blocked],
|
||||
#TabsToolbar[brighttext] .tab-icon-sound[muted] {
|
||||
#TabsToolbar:-moz-lwtheme-brighttext .tab-icon-sound[soundplaying],
|
||||
#TabsToolbar:-moz-lwtheme-brighttext .tab-icon-sound[blocked],
|
||||
#TabsToolbar:-moz-lwtheme-brighttext .tab-icon-sound[muted] {
|
||||
filter: invert(1);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1844,9 +1844,9 @@ richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url-
|
|||
list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio-blocked");
|
||||
}
|
||||
|
||||
#TabsToolbar[brighttext] .tab-icon-sound[soundplaying],
|
||||
#TabsToolbar[brighttext] .tab-icon-sound[blocked],
|
||||
#TabsToolbar[brighttext] .tab-icon-sound[muted] {
|
||||
#TabsToolbar:-moz-lwtheme-brighttext .tab-icon-sound[soundplaying],
|
||||
#TabsToolbar:-moz-lwtheme-brighttext .tab-icon-sound[blocked],
|
||||
#TabsToolbar:-moz-lwtheme-brighttext .tab-icon-sound[muted] {
|
||||
filter: invert(1);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -2050,9 +2050,9 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
|
|||
list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio-blocked");
|
||||
}
|
||||
|
||||
#TabsToolbar[brighttext] .tab-icon-sound[soundplaying],
|
||||
#TabsToolbar[brighttext] .tab-icon-sound[blocked],
|
||||
#TabsToolbar[brighttext] .tab-icon-sound[muted] {
|
||||
#TabsToolbar:-moz-lwtheme-brighttext .tab-icon-sound[soundplaying],
|
||||
#TabsToolbar:-moz-lwtheme-brighttext .tab-icon-sound[blocked],
|
||||
#TabsToolbar:-moz-lwtheme-brighttext .tab-icon-sound[muted] {
|
||||
filter: invert(1);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue