update both themes for toolkit winstripe trunk changes up to 2009-11-06
[themes.git] / EarlyBlue / mozapps / extensions / update.css
CommitLineData
49037d9b
RK
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 : #FFFFCC;
17 color: #000000;
18 border: 0px solid transparent;
19 border-bottom: 1px solid #9999CC;
8caa872d
RK
20 -moz-margin-start: 3px;
21 -moz-margin-end: 3px;
49037d9b
RK
22 padding: 5px;
23}