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 !important;
-moz-box-align: center;
-moz-box-pack: center;
margin: 6px 8px 0px;
border: none;
min-width: 0px;
background: transparent;
}
#navigator-throbber .button-icon {
margin-inline-start: 0;
}
#navigator-throbber .button-text {
display: none;
}
#navigator-throbber[busy="true"] {
}
#throbber-box {
-moz-box-align: start;
}
toolbar[mode="icons"] #wrapper-throbber-box > #throbber-box > #navigator-throbber,
toolbar[mode="icons"] #navigator-throbber {
margin: 4px 8px 2px;
}
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-top: 2px;
margin-bottom: 2px;
margin-inline-start: 6px;
margin-inline-end: 4px;
}
window[chromehidden~="toolbar"] #navigator-throbber[busy="true"],
toolbar[mode="text"] #navigator-throbber[busy="true"],
toolbar[iconsize="small"] #navigator-throbber[busy="true"] {
}