Issue #638 - Part 10: Rename all tabs sound icon to be consistent with others

- alltabs => allTabs
This commit is contained in:
FranklinDM 2018-11-17 12:11:34 +08:00 committed by Roy Tam
commit 4b17e666d5
5 changed files with 11 additions and 11 deletions

View file

@ -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>

View file

@ -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");

View file

@ -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");
}

View file

@ -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");
}

View file

@ -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");
}