first (largest) part of sync for both themes with toolkit windows theme changes in...
[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 {
7c1e433b 6 list-style-image: url("chrome://global/skin/icons/loading.png");
e10e7add
RK
7 width: 16px;
8 height: 16px;
9 margin-top: 5px;
10 margin-bottom: 5px;
dae45075
RK
11 margin-inline-start: 5px;
12 margin-inline-end: 2px;
e10e7add
RK
13}
14
7c1e433b
RK
15@media (min-resolution: 1.1dppx) {
16 .throbber {
17 list-style-image: url("chrome://global/skin/icons/loading@2x.png");
18 }
19}
20
e10e7add
RK
21.alertBox {
22 background-color : #000000;
23 color: #FF9F00;
24 border: 0px solid transparent;
25 border-bottom: 1px solid #008484;
dae45075
RK
26 margin-inline-start: 3px;
27 margin-inline-end: 3px;
e10e7add
RK
28 padding: 5px;
29}