1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 15:07:57 +01:00

Hide the #addonbar-spring by default.

This commit is contained in:
Kris Maglione
2010-12-22 13:48:16 -05:00
parent 1b47c5d6e3
commit 797bf92c27
2 changed files with 2 additions and 4 deletions

View File

@@ -25,6 +25,8 @@ const StatusLine = Module("statusline", {
#status-bar { margin-top: 0 !important; }
#addon-bar { padding: 0 !important; min-height: 18px !important; }
#addon-bar > statusbar { -moz-box-flex: 1 }
#addon-bar > #addonbar-closebutton { visibility: collapse; }
#addon-bar > #addonbar-spring { visibility: collapse; }
]]></css>);
let parent = this.widgets.status.parentNode;
parent.removeChild(this.widgets.status);