1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-03 04:05:45 +01:00

Hide statusbar in FF25+.

Fixes issue #1078.
This commit is contained in:
Doug Kearns
2013-10-30 09:10:45 +11:00
parent 13d1179325
commit 604f84b939

View File

@@ -14,6 +14,9 @@ var StatusLine = Module("statusline", {
this.statusBar = document.getElementById("addon-bar") || this._statusLine;
this.baseGroup = this.statusBar == this._statusLine ? "StatusLine " : "";
if (config.haveGecko("25"))
config.tabbrowser.getStatusPanel().hidden = true;
if (this.statusBar.localName == "toolbar") {
styles.system.add("addon-bar", config.styleableChrome, literal(/*
#status-bar { margin-top: 0 !important; }