sync both themes with toolkit windows theme changes in Mozilla 52 cycle
[themes.git] / LCARStrek / mozapps / extensions / update.css
1 .throbber {
2   list-style-image: url("chrome://global/skin/icons/loading.png");
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 @media (min-resolution: 1.1dppx) {
12   .throbber {
13     list-style-image: url("chrome://global/skin/icons/loading@2x.png");
14   }
15 }
16
17 .alertBox {
18   background-color : #000000;
19   color: #FF9F00;
20   border: 0px solid transparent;
21   border-bottom: 1px solid #008484;
22   margin-inline-start: 3px;
23   margin-inline-end: 3px;
24   padding: 5px;
25 }