Revision control

Copy as Markdown

Other Tools

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/* ==== brand.css ===========================================================
== Styles related to branding in the Communicator suite.
========================================================================== */
#wrapper-throbber-box > #throbber-box > #navigator-throbber,
#navigator-throbber {
-moz-user-focus: ignore;
-moz-box-align: center;
-moz-box-pack: center;
margin-top: 1px;
margin-bottom: 1px;
margin-inline-start: 10px;
margin-inline-end: 5px;
border: none;
padding: 1px;
min-width: 0;
background-color: transparent;
-moz-appearance:none !important;
}
#navigator-throbber .button-box {
padding: 0;
margin: 0;
}
#navigator-throbber .button-icon {
margin-inline-start: 0;
margin-inline-end: 0;
}
#navigator-throbber .button-text {
display: none;
}
#navigator-throbber[busy="true"] {
}
window[chromehidden~="toolbar"] #navigator-throbber,
toolbar[mode="text"] #wrapper-throbber-box > #throbber-box > #navigator-throbber,
toolbar[iconsize="small"] #wrapper-throbber-box > #throbber-box > #navigator-throbber,
toolbar[mode="text"] #navigator-throbber,
toolbar[iconsize="small"] #navigator-throbber {
margin: 0 5px;
}
window[chromehidden~="toolbar"] #navigator-throbber[busy="true"],
toolbar[mode="text"] #navigator-throbber[busy="true"],
toolbar[iconsize="small"] #navigator-throbber[busy="true"] {
}