28 lines
559 B
CSS
28 lines
559 B
CSS
|
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
|
|
dialog {
|
|
-moz-binding: url("chrome://global/content/platformDialog.xml#dialog") !important;
|
|
}
|
|
|
|
.wizard-header {
|
|
-moz-binding: url("chrome://global/content/bindings/wizard.xml#wizard-header-mac");
|
|
}
|
|
|
|
.wizard-buttons {
|
|
-moz-binding: url("chrome://global/content/bindings/wizard.xml#wizard-buttons-mac");
|
|
}
|
|
|
|
statusbar {
|
|
padding-right: 14px;
|
|
}
|
|
|
|
.statusbar-resizerpanel {
|
|
display: none;
|
|
}
|
|
|
|
toolbar[type="menubar"] {
|
|
min-height: 0 !important;
|
|
border: 0 !important;
|
|
}
|