mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
Issue #638 - Part 10: Rename all tabs sound icon to be consistent with others
- alltabs => allTabs
This commit is contained in:
parent
97c36203a5
commit
4b17e666d5
5 changed files with 11 additions and 11 deletions
|
|
@ -43,7 +43,7 @@
|
|||
<children/>
|
||||
</xul:hbox>
|
||||
<xul:hbox align="center">
|
||||
<xul:image xbl:inherits="soundplaying,muted" class="alltabs-endimage"/>
|
||||
<xul:image xbl:inherits="soundplaying,muted" class="allTabs-endimage"/>
|
||||
<xul:label flex="1" xbl:inherits="value=label,crop" class="allTabs-preview-label plain"/>
|
||||
</xul:hbox>
|
||||
</xul:vbox>
|
||||
|
|
|
|||
|
|
@ -5160,7 +5160,7 @@
|
|||
|
||||
function addEndImage() {
|
||||
let endImage = document.createElement("image");
|
||||
endImage.setAttribute("class", "alltabs-endimage");
|
||||
endImage.setAttribute("class", "allTabs-endimage");
|
||||
let endImageContainer = document.createElement("hbox");
|
||||
endImageContainer.setAttribute("align", "center");
|
||||
endImageContainer.setAttribute("pack", "center");
|
||||
|
|
|
|||
|
|
@ -1766,17 +1766,17 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
.alltabs-endimage[soundplaying],
|
||||
.allTabs-endimage[soundplaying],
|
||||
.tab-icon-sound[soundplaying] {
|
||||
list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio");
|
||||
}
|
||||
|
||||
.alltabs-endimage[muted],
|
||||
.allTabs-endimage[muted],
|
||||
.tab-icon-sound[muted] {
|
||||
list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio-muted");
|
||||
}
|
||||
|
||||
.alltabs-endimage[blocked],
|
||||
.allTabs-endimage[blocked],
|
||||
.tab-icon-sound[blocked] {
|
||||
list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio-blocked");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1829,17 +1829,17 @@ richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url-
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
.alltabs-endimage[soundplaying],
|
||||
.allTabs-endimage[soundplaying],
|
||||
.tab-icon-sound[soundplaying] {
|
||||
list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio");
|
||||
}
|
||||
|
||||
.alltabs-endimage[muted],
|
||||
.allTabs-endimage[muted],
|
||||
.tab-icon-sound[muted] {
|
||||
list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio-muted");
|
||||
}
|
||||
|
||||
.alltabs-endimage[blocked],
|
||||
.allTabs-endimage[blocked],
|
||||
.tab-icon-sound[blocked] {
|
||||
list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio-blocked");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2026,17 +2026,17 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
.alltabs-endimage[soundplaying],
|
||||
.allTabs-endimage[soundplaying],
|
||||
.tab-icon-sound[soundplaying] {
|
||||
list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio");
|
||||
}
|
||||
|
||||
.alltabs-endimage[muted],
|
||||
.allTabs-endimage[muted],
|
||||
.tab-icon-sound[muted] {
|
||||
list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio-muted");
|
||||
}
|
||||
|
||||
.alltabs-endimage[blocked],
|
||||
.allTabs-endimage[blocked],
|
||||
.tab-icon-sound[blocked] {
|
||||
list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio-blocked");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue