some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / EarlyBlue / mozapps / extensions / update.css
CommitLineData
49037d9b
RK
1.throbber {
2 list-style-image: url("chrome://global/skin/icons/loading.gif");
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;
49037d9b
RK
9}
10
11.alertBox {
12 background-color : #FFFFCC;
13 color: #000000;
14 border: 0px solid transparent;
15 border-bottom: 1px solid #9999CC;
dae45075
RK
16 margin-inline-start: 3px;
17 margin-inline-end: 3px;
49037d9b
RK
18 padding: 5px;
19}