update origdiff for next cycle
[themes.git] / LCARStrek / mozapps / extensions / update.css
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.gif");
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 .alertBox {
16   background-color : #000000;
17   color: #FF9F00;
18   border: 0px solid transparent;
19   border-bottom: 1px solid #008484;
20   -moz-margin-start: 3px;
21   -moz-margin-end: 3px;
22   padding: 5px;
23 }