make new net/cert error pages work, remove pocket styling and let system add-on do...
[themes.git] / LCARStrek / mozapps / extensions / update.css
CommitLineData
e10e7add
RK
1#alert {
2 list-style-image: url("chrome://mozapps/skin/update/update.png");
3}
4
5.throbber {
6 list-style-image: url("chrome://global/skin/icons/loading.gif");
7 width: 16px;
8 height: 16px;
9 margin-top: 5px;
10 margin-bottom: 5px;
11 -moz-margin-start: 5px;
12 -moz-margin-end: 2px;
13}
14
15.alertBox {
16 background-color : #000000;
17 color: #FF9F00;
18 border: 0px solid transparent;
19 border-bottom: 1px solid #008484;
8caa872d
RK
20 -moz-margin-start: 3px;
21 -moz-margin-end: 3px;
e10e7add
RK
22 padding: 5px;
23}