1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 21:57:59 +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);

View File

@@ -81,10 +81,6 @@
[dactyl|highlight~=tab-number] { -moz-box-ordinal-group: 20; }
.tab-text, .tab-label, .tab-close-button { -moz-box-ordinal-group: 50; }
#addon-bar > #addonbar-closebutton {
visibility: collapse;
}
[dactyl|highlight~=Bell] {
-moz-appearance: none !important;
}