fifth and last part of syncing LCARStrek with Firefox 45-48 windows theme changes
[themes.git] / LCARStrek / mozapps / update / updates.css
CommitLineData
17b8126a
RK
1/* General */
2/* Specify the size for the wizardpage so the billboard has a fixed size. 3rd
3 party themes should typically specify the same values. */
4wizardpage {
5 height: 360px;
6 width: 700px;
cfae8c74
RK
7}
8
17b8126a
RK
9/* Remove margin and padding so the billboard will extend to the edge of the
10 window. 3rd party themes should typically specify the same values. */
11#updates, .wizard-page-box {
12 margin: 0;
13 padding: 0;
e10e7add
RK
14}
15
569543b3
RK
16.update-header {
17 padding: 0px 10px;
18}
19
17b8126a
RK
20.update-content {
21 padding: 10px;
e10e7add
RK
22}
23
24.loadingBox {
02920d2b 25 padding: 3px 5px;
e10e7add 26}
17b8126a 27
cfae8c74 28.remoteLoadingThrobber {
e10e7add
RK
29 margin-top: 3px;
30}
17b8126a 31
cfae8c74 32.remoteLoadingThrobber[state="loading"] {
7c1e433b
RK
33 list-style-image: url("chrome://global/skin/icons/loading.png");
34}
35
36@media (min-resolution: 1.1dppx) {
37 .remoteLoadingThrobber[state="loading"] {
38 width: 16px;
39 list-style-image: url("chrome://global/skin/icons/loading@2x.png");
40 }
e10e7add 41}
17b8126a 42
cfae8c74 43.remoteLoadingThrobber[state="error"] {
f128e38f 44 list-style-image: url("chrome://global/skin/icons/information-16.png");
e10e7add
RK
45}
46
17b8126a
RK
47.wizard-buttons-separator {
48 margin-top: 0 !important;
e10e7add
RK
49}
50
17b8126a
RK
51#licenseContent, #incompatibleListbox {
52 -moz-margin-start: 6px;
53 -moz-margin-end: 6px;
e10e7add
RK
54}
55
25fe5264
RK
56.inline-link {
57 color: #3333FF;
58 text-decoration: none;
59}
60
61.inline-link:hover {
62 text-decoration: underline;
63}
64
65/* Unsupported Page */
66#unsupportedLabel, #unsupportedLinkLabel {
67 -moz-margin-start: 0;
68 -moz-padding-start: 0;
69}
70
17b8126a 71/* Update Found Basic Page */
e10e7add
RK
72#updateName, #updateFinishedName {
73 font-weight: bold;
74 font-size: larger;
75}
76
17b8126a
RK
77/* License Page */
78#licenseContent {
79/* -moz-appearance: listbox; */
e10e7add
RK
80}
81
17b8126a
RK
82/* Incompatible List Page */
83#incompatibleListbox {
84 margin-bottom: 6px;
e10e7add
RK
85}
86
17b8126a
RK
87/* Downloading Page */
88#downloadStatusLine {
cfae8c74 89 -moz-box-align: center;
e10e7add
RK
90}
91
92#downloadStatus {
e10e7add
RK
93 height: 3em !important;
94}
cfae8c74 95
cfae8c74 96#downloadStatusProgress {
8caa872d 97 -moz-padding-end: 5px;
cfae8c74
RK
98}
99
100#pauseButton {
3bcb0be1 101 list-style-image: url("chrome://mozapps/skin/downloads/downloadButtons.png");
cfae8c74 102 -moz-image-region: rect(0px, 48px, 16px, 32px);
17b8126a 103 -moz-appearance: none;
cfae8c74
RK
104 background-color: transparent;
105 border: none;
cfae8c74
RK
106 min-width: 0;
107 min-height: 0;
17b8126a
RK
108 margin: 0;
109 padding: 0;
cfae8c74
RK
110}
111
112/* !Important must be used otherwise this won't immediately take affect */
113#pauseButton > .button-box {
114 padding: 0 !important;
115}
116
117#pauseButton:hover {
118 -moz-image-region: rect(16px, 48px, 32px, 32px);
119}
120
121#pauseButton:active {
122 -moz-image-region: rect(32px, 48px, 48px, 32px);
123}
124
125#pauseButton[disabled="true"] {
126 -moz-image-region: rect(48px, 48px, 64px, 32px);
127}
128
129#pauseButton[paused="true"] {
130 -moz-image-region: rect(0px, 16px, 16px, 0px);
131}
132
133#pauseButton[paused="true"]:hover {
134 -moz-image-region: rect(16px, 16px, 32px, 0px);
135}
136
137#pauseButton[paused="true"]:active {
138 -moz-image-region: rect(32px, 16px, 48px, 0px);
139}
140
141#pauseButton[paused="true"][disabled="true"] {
142 -moz-image-region: rect(48px, 16px, 64px, 0px);
e10e7add
RK
143}
144
145#verificationFailedIcon {
8caa872d 146 -moz-margin-start: 5px;
e10e7add 147 list-style-image: url("chrome://global/skin/icons/notfound.png");
e10e7add
RK
148}
149
17b8126a 150/* Error Page */
e10e7add
RK
151#errorReason {
152 margin-top: 1px;
153 margin-bottom: 2px;
154 -moz-margin-start: 6px !important;
155 -moz-margin-end: 5px;
156 font-weight: bold;
157}
158
17b8126a 159/* Update History Window */
e10e7add
RK
160update {
161 border-bottom: 1px dotted #FF9F00;
162}
163
164.update-name {
165 font-weight: bold;
166}
167
168.update-label-column {
169 -moz-box-align: end;
170}
171
e10e7add
RK
172.update-type {
173 font-weight: bold;
174 color: #FF0000;
175}
176
177#historyItems {
178 height: 200px;
02920d2b 179 margin: 1px 5px 4px;
e10e7add
RK
180}
181
182#historyItems > scrollbox {
183 margin-bottom: 1px;
184}