sync both themes with toolkit windows theme changes in Mozilla 51 cycle
[themes.git] / EarlyBlue / 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;
3bcb0be1
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;
49037d9b
RK
14}
15
569543b3
RK
16.update-header {
17 padding: 0px 10px;
18}
19
17b8126a
RK
20.update-content {
21 padding: 10px;
49037d9b
RK
22}
23
17b8126a
RK
24.wizard-buttons-separator {
25 margin-top: 0 !important;
49037d9b
RK
26}
27
25fe5264
RK
28.inline-link {
29 color: blue;
30 text-decoration: none;
31}
32
33.inline-link:hover {
34 text-decoration: underline;
35}
36
37/* Unsupported Page */
38#unsupportedLabel, #unsupportedLinkLabel {
dae45075
RK
39 margin-inline-start: 0;
40 padding-inline-start: 0;
25fe5264
RK
41}
42
17b8126a 43/* Update Found Basic Page */
49037d9b
RK
44#updateName, #updateFinishedName {
45 font-weight: bold;
46 font-size: larger;
47}
48
17b8126a
RK
49/* Downloading Page */
50#downloadStatusLine {
3bcb0be1 51 -moz-box-align: center;
49037d9b
RK
52}
53
54#downloadStatus {
49037d9b
RK
55 height: 3em !important;
56}
3bcb0be1 57
3bcb0be1 58#downloadStatusProgress {
dae45075 59 padding-inline-end: 5px;
3bcb0be1
RK
60}
61
62#pauseButton {
3bcb0be1
RK
63 list-style-image: url("chrome://mozapps/skin/downloads/downloadButtons.png");
64 -moz-image-region: rect(0px, 48px, 16px, 32px);
17b8126a 65 -moz-appearance: none;
3bcb0be1
RK
66 background-color: transparent;
67 border: none;
3bcb0be1
RK
68 min-width: 0;
69 min-height: 0;
17b8126a
RK
70 margin: 0;
71 padding: 0;
3bcb0be1
RK
72}
73
74/* !Important must be used otherwise this won't immediately take affect */
75#pauseButton > .button-box {
76 padding: 0 !important;
77}
78
79#pauseButton:hover {
80 -moz-image-region: rect(16px, 48px, 32px, 32px);
81}
82
83#pauseButton:active {
84 -moz-image-region: rect(32px, 48px, 48px, 32px);
85}
86
87#pauseButton[disabled="true"] {
88 -moz-image-region: rect(48px, 48px, 64px, 32px);
89}
90
91#pauseButton[paused="true"] {
92 -moz-image-region: rect(0px, 16px, 16px, 0px);
93}
94
95#pauseButton[paused="true"]:hover {
96 -moz-image-region: rect(16px, 16px, 32px, 0px);
97}
98
99#pauseButton[paused="true"]:active {
100 -moz-image-region: rect(32px, 16px, 48px, 0px);
101}
102
103#pauseButton[paused="true"][disabled="true"] {
104 -moz-image-region: rect(48px, 16px, 64px, 0px);
49037d9b
RK
105}
106
107#verificationFailedIcon {
dae45075 108 margin-inline-start: 5px;
49037d9b 109 list-style-image: url("chrome://global/skin/icons/notfound.png");
49037d9b
RK
110}
111
17b8126a 112/* Error Page */
49037d9b
RK
113#errorReason {
114 margin-top: 1px;
115 margin-bottom: 2px;
dae45075
RK
116 margin-inline-start: 6px !important;
117 margin-inline-end: 5px;
49037d9b
RK
118 font-weight: bold;
119}
120
17b8126a 121/* Update History Window */
49037d9b
RK
122update {
123 border-bottom: 1px dotted #666699;
124}
125
126.update-name {
127 font-weight: bold;
128}
129
130.update-label-column {
131 -moz-box-align: end;
132}
133
49037d9b
RK
134.update-type {
135 font-weight: bold;
136 color: #990000;
137}
138
139#historyItems {
140 height: 200px;
02920d2b 141 margin: 1px 5px 4px;
49037d9b
RK
142}
143
144#historyItems > scrollbox {
145 margin-bottom: 1px;
146}