first (largest) part of sync for both themes with toolkit windows theme changes in...
[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.png");
7   width: 16px;
8   height: 16px;
9   margin-top: 5px;
10   margin-bottom: 5px;
11   margin-inline-start: 5px;
12   margin-inline-end: 2px;
13 }
14
15 @media (min-resolution: 1.1dppx) {
16   .throbber {
17     list-style-image: url("chrome://global/skin/icons/loading@2x.png");
18   }
19 }
20
21 .alertBox {
22   background-color : #000000;
23   color: #FF9F00;
24   border: 0px solid transparent;
25   border-bottom: 1px solid #008484;
26   margin-inline-start: 3px;
27   margin-inline-end: 3px;
28   padding: 5px;
29 }