OLD | NEW |
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 * Use of this source code is governed by a BSD-style license that can be | 2 * Use of this source code is governed by a BSD-style license that can be |
3 * found in the LICENSE file. */ | 3 * found in the LICENSE file. */ |
4 | 4 |
5 html.loading * { | 5 html.loading * { |
6 -webkit-transition-duration: 0 !important; | 6 -webkit-transition-duration: 0 !important; |
7 } | 7 } |
8 | 8 |
9 html:not(.focus-outline-visible) | 9 html:not(.focus-outline-visible) |
10 :enabled:focus:-webkit-any(input[type='checkbox'], input[type='radio']) { | 10 :enabled:focus:-webkit-any(input[type='checkbox'], input[type='radio']) { |
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
206 .inactive-extension .extension-title { | 206 .inactive-extension .extension-title { |
207 color: inherit; | 207 color: inherit; |
208 } | 208 } |
209 | 209 |
210 .extension-version { | 210 .extension-version { |
211 -webkit-padding-end: 7px; | 211 -webkit-padding-end: 7px; |
212 font-size: 13px; | 212 font-size: 13px; |
213 font-weight: 400; | 213 font-weight: 400; |
214 } | 214 } |
215 | 215 |
216 .extension-description { | 216 .extension-description, |
| 217 .corrupt-install-message { |
217 -webkit-padding-end: 5px; | 218 -webkit-padding-end: 5px; |
218 font-size: 13px; | 219 font-size: 13px; |
219 margin: 5px 0; | 220 margin: 5px 0; |
220 white-space: normal; | 221 white-space: normal; |
221 } | 222 } |
222 | 223 |
| 224 .corrupt-install-message { |
| 225 color: rgb(196, 42, 23); |
| 226 } |
| 227 |
223 .action-links { | 228 .action-links { |
224 -webkit-margin-after: 0.5em; | 229 -webkit-margin-after: 0.5em; |
225 } | 230 } |
226 | 231 |
227 .action-links :-webkit-any(a, .link-button) { | 232 .action-links :-webkit-any(a, .link-button) { |
228 -webkit-margin-end: 1em; | 233 -webkit-margin-end: 1em; |
229 -webkit-margin-start: 0; | 234 -webkit-margin-start: 0; |
230 } | 235 } |
231 | 236 |
232 .extension-details { | 237 .extension-details { |
(...skipping 10 matching lines...) Expand all Loading... |
243 .enable-checkbox input:disabled + .enable-checkbox-text { | 248 .enable-checkbox input:disabled + .enable-checkbox-text { |
244 color: rgb(151, 156, 160); | 249 color: rgb(151, 156, 160); |
245 } | 250 } |
246 | 251 |
247 .enable-controls { | 252 .enable-controls { |
248 /* Matches right: position of dev controls toggle. */ | 253 /* Matches right: position of dev controls toggle. */ |
249 -webkit-margin-end: 20px; | 254 -webkit-margin-end: 20px; |
250 position: relative; | 255 position: relative; |
251 } | 256 } |
252 | 257 |
| 258 /* We use x.link-button here so that we get higher specifity than the |
| 259 * link-button rules without resorting to the Dark Side (!IMPORTANT). */ |
| 260 .terminated-reload-link.link-button, |
| 261 .corrupted-repair-button.link-button { |
| 262 /* Matches width of trash. */ |
| 263 -webkit-margin-end: 30px; |
| 264 } |
| 265 |
253 .checkbox { | 266 .checkbox { |
254 display: inline-block; | 267 display: inline-block; |
255 } | 268 } |
256 | 269 |
257 .enabled-text { | 270 .enabled-text { |
258 font-weight: bold; | 271 font-weight: bold; |
259 } | 272 } |
260 | 273 |
261 .extension-list-item-wrapper.inactive-extension .enabled-text, | 274 .extension-list-item-wrapper.inactive-extension .enabled-text, |
262 .extension-list-item-wrapper:not(.inactive-extension) .enable-text, | 275 .extension-list-item-wrapper:not(.inactive-extension) .enable-text, |
263 .extension-list-item-wrapper.inactive-extension .optional-controls, | 276 .extension-list-item-wrapper.inactive-extension .optional-controls, |
264 .extension-list-item-wrapper.inactive-extension .butter-bar { | 277 .extension-list-item-wrapper.inactive-extension .butter-bar { |
265 display: none; | 278 display: none; |
266 } | 279 } |
267 | 280 |
268 .load-path > span { | 281 .load-path > span { |
269 word-wrap: break-word; | 282 word-wrap: break-word; |
270 } | 283 } |
271 | 284 |
272 .terminated-reload-link { | 285 .terminated-reload-link, |
273 -webkit-margin-end: 2.5em; | 286 .corrupted-repair-button { |
| 287 display: inline-block; |
274 padding-top: 7px; | 288 padding-top: 7px; |
275 } | 289 } |
276 | 290 |
277 .install-warnings a { | 291 .install-warnings a { |
278 -webkit-margin-start: 0; | 292 -webkit-margin-start: 0; |
279 } | 293 } |
280 | 294 |
281 .butter-bar, | 295 .butter-bar, |
282 .install-warnings, | 296 .install-warnings, |
283 .extension-warnings { | 297 .extension-warnings { |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
395 /* Sideload Wipeout */ | 409 /* Sideload Wipeout */ |
396 | 410 |
397 .sideload-wipeout-learn-more { | 411 .sideload-wipeout-learn-more { |
398 text-decoration: none; | 412 text-decoration: none; |
399 } | 413 } |
400 | 414 |
401 .sideload-wipeout-banner .page-banner-text { | 415 .sideload-wipeout-banner .page-banner-text { |
402 -webkit-padding-start: 8px; | 416 -webkit-padding-start: 8px; |
403 background-image: none; | 417 background-image: none; |
404 } | 418 } |
OLD | NEW |