fifth and last part of syncing LCARStrek with Firefox 45-48 windows theme changes
[themes.git] / LCARStrek / mozapps / extensions / update.css
... / ...
CommitLineData
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.png");
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@media (min-resolution: 1.1dppx) {
16 .throbber {
17 list-style-image: url("chrome://global/skin/icons/loading@2x.png");
18 }
19}
20
21.alertBox {
22 background-color : #000000;
23 color: #FF9F00;
24 border: 0px solid transparent;
25 border-bottom: 1px solid #008484;
26 -moz-margin-start: 3px;
27 -moz-margin-end: 3px;
28 padding: 5px;
29}