Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save opello/501ae6e7149fcc00f89c to your computer and use it in GitHub Desktop.
Save opello/501ae6e7149fcc00f89c to your computer and use it in GitHub Desktop.
Echofon for Firefox close button style fix
diff --git a/chrome/Echofon/content/toolbar.xml b/chrome/Echofon/content/toolbar.xml
index 6bd7ab2..545a2f6 100644
--- a/chrome/Echofon/content/toolbar.xml
+++ b/chrome/Echofon/content/toolbar.xml
@@ -36,7 +36,7 @@
</xul:toolbarbutton>
</xul:hbox>
<xul:spacer flex="1"/>
- <xul:toolbarbutton class="echofon-tabs-closebutton tabs-closebutton" oncommand="toggleSidebar();" xbl:inherits="hidden=noclosebutton"/>
+ <xul:toolbarbutton class="echofon-tabs-closebutton tab-close-button close-icon" oncommand="toggleSidebar();" xbl:inherits="hidden=noclosebutton"/>
</xul:toolbar>
</content>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment