mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-05 20:14:12 +01:00
Fix statusline bustage.
This commit is contained in:
@@ -41,8 +41,8 @@ var StatusLine = Module("statusline", {
|
|||||||
styles.system.add("addon-bar", config.styleableChrome, literal(function () /*
|
styles.system.add("addon-bar", config.styleableChrome, literal(function () /*
|
||||||
#status-bar, #dactyl-status-bar { margin-top: 0 !important; }
|
#status-bar, #dactyl-status-bar { margin-top: 0 !important; }
|
||||||
#dactyl-status-bar { min-height: 0 !important; }
|
#dactyl-status-bar { min-height: 0 !important; }
|
||||||
:-moz-any(#browser-bottombox>#addon-bar, #dactyl-addon-bar) > statusbar { -moz-box-flex: 1 }
|
:-moz-any(#addon-bar, #dactyl-addon-bar) > statusbar { -moz-box-flex: 1 }
|
||||||
:-moz-any(#browser-bottombox>#addon-bar, #dactyl-addon-bar) > xul|toolbarspring { visibility: collapse; }
|
:-moz-any(#addon-bar, #dactyl-addon-bar) > xul|toolbarspring { visibility: collapse; }
|
||||||
#browser-bottombox>#addon-bar > #addonbar-closebutton { visibility: collapse; }
|
#browser-bottombox>#addon-bar > #addonbar-closebutton { visibility: collapse; }
|
||||||
*/$));
|
*/$));
|
||||||
|
|
||||||
@@ -60,7 +60,7 @@ var StatusLine = Module("statusline", {
|
|||||||
-moz-appearance: none !important;
|
-moz-appearance: none !important;
|
||||||
<padding>
|
<padding>
|
||||||
}
|
}
|
||||||
!AddonButton;,:-moz-any(#browser-bottombox>#addon-bar, #dactyl-addon-bar) xul|toolbarbutton {
|
!AddonButton;#browser-bottombox>#addon-bar xul|toolbarbutton, #dactyl-addon-bar xul|toolbarbutton {
|
||||||
-moz-appearance: none !important;
|
-moz-appearance: none !important;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
border-width: 0px !important;
|
border-width: 0px !important;
|
||||||
|
|||||||
@@ -168,7 +168,8 @@ statusbarpanel {
|
|||||||
visibility: collapse;
|
visibility: collapse;
|
||||||
}
|
}
|
||||||
|
|
||||||
:-moz-any(#brower-bottombox > #addon-bar, #dactyl-addon-bar) .toolbarbutton-1 > xul|dropmarker {
|
#brower-bottombox > #addon-bar .toolbarbutton-1 > xul|dropmarker,
|
||||||
|
#dactyl-addon-bar .toolbarbutton-1 > xul|dropmarker {
|
||||||
margin-left: 0 !important;
|
margin-left: 0 !important;
|
||||||
margin-right: 0 !important;
|
margin-right: 0 !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user