some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / EarlyBlue / mozapps / extensions / update.css
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;
7   margin-inline-start: 5px;
8   margin-inline-end: 2px;
9 }
10
11 .alertBox {
12   background-color : #FFFFCC;
13   color: #000000;
14   border: 0px solid transparent;
15   border-bottom: 1px solid #9999CC;
16   margin-inline-start: 3px;
17   margin-inline-end: 3px;
18   padding: 5px;
19 }