some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / LCARStrek / mozapps / extensions / update.css
CommitLineData
e10e7add 1.throbber {
7c1e433b 2 list-style-image: url("chrome://global/skin/icons/loading.png");
e10e7add
RK
3 width: 16px;
4 height: 16px;
5 margin-top: 5px;
6 margin-bottom: 5px;
dae45075
RK
7 margin-inline-start: 5px;
8 margin-inline-end: 2px;
e10e7add
RK
9}
10
7c1e433b
RK
11@media (min-resolution: 1.1dppx) {
12 .throbber {
13 list-style-image: url("chrome://global/skin/icons/loading@2x.png");
14 }
15}
16
e10e7add
RK
17.alertBox {
18 background-color : #000000;
19 color: #FF9F00;
20 border: 0px solid transparent;
21 border-bottom: 1px solid #008484;
dae45075
RK
22 margin-inline-start: 3px;
23 margin-inline-end: 3px;
e10e7add
RK
24 padding: 5px;
25}