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/. */
#alert {
list-style-image: url("chrome://mozapps/skin/update/update.png");
}
.throbber {
width: 16px;
height: 16px;
margin-top: 5px;
margin-bottom: 5px;
margin-inline-start: 5px;
margin-inline-end: 2px;
}
.alertBox {
background-color: #FFFFE7;
color: #000000;
border: 1px outset #FFFFE7;
margin-left: 3px;
margin-right: 3px;
padding: 5px;
}