mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 17:47:59 +01:00
Hide the #addonbar-spring by default.
This commit is contained in:
@@ -25,6 +25,8 @@ const StatusLine = Module("statusline", {
|
|||||||
#status-bar { margin-top: 0 !important; }
|
#status-bar { margin-top: 0 !important; }
|
||||||
#addon-bar { padding: 0 !important; min-height: 18px !important; }
|
#addon-bar { padding: 0 !important; min-height: 18px !important; }
|
||||||
#addon-bar > statusbar { -moz-box-flex: 1 }
|
#addon-bar > statusbar { -moz-box-flex: 1 }
|
||||||
|
#addon-bar > #addonbar-closebutton { visibility: collapse; }
|
||||||
|
#addon-bar > #addonbar-spring { visibility: collapse; }
|
||||||
]]></css>);
|
]]></css>);
|
||||||
let parent = this.widgets.status.parentNode;
|
let parent = this.widgets.status.parentNode;
|
||||||
parent.removeChild(this.widgets.status);
|
parent.removeChild(this.widgets.status);
|
||||||
|
|||||||
@@ -81,10 +81,6 @@
|
|||||||
[dactyl|highlight~=tab-number] { -moz-box-ordinal-group: 20; }
|
[dactyl|highlight~=tab-number] { -moz-box-ordinal-group: 20; }
|
||||||
.tab-text, .tab-label, .tab-close-button { -moz-box-ordinal-group: 50; }
|
.tab-text, .tab-label, .tab-close-button { -moz-box-ordinal-group: 50; }
|
||||||
|
|
||||||
#addon-bar > #addonbar-closebutton {
|
|
||||||
visibility: collapse;
|
|
||||||
}
|
|
||||||
|
|
||||||
[dactyl|highlight~=Bell] {
|
[dactyl|highlight~=Bell] {
|
||||||
-moz-appearance: none !important;
|
-moz-appearance: none !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user