diff options
Diffstat (limited to 'application/palemoon/base/content')
-rw-r--r-- | application/palemoon/base/content/browser-tabPreviews.xml | 2 | ||||
-rw-r--r-- | application/palemoon/base/content/tabbrowser.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/application/palemoon/base/content/browser-tabPreviews.xml b/application/palemoon/base/content/browser-tabPreviews.xml index 5b9c58226..4f54321ea 100644 --- a/application/palemoon/base/content/browser-tabPreviews.xml +++ b/application/palemoon/base/content/browser-tabPreviews.xml @@ -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> diff --git a/application/palemoon/base/content/tabbrowser.xml b/application/palemoon/base/content/tabbrowser.xml index 62b2028b4..9ee7f1b11 100644 --- a/application/palemoon/base/content/tabbrowser.xml +++ b/application/palemoon/base/content/tabbrowser.xml @@ -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"); |