Chromium Code Reviews| 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 |
| 253 .enable-checkbox-text { | 258 .enable-checkbox-text, |
| 259 /* We use x.link-button here so that we get higher specifity than the | |
| 260 link-button rules without resorting to the Dark Side (!IMPORTANT). */ | |
|
Dan Beam
2014/09/18 21:36:49
nit:
/* Start each comment line with a star,
Devlin
2014/09/19 21:30:08
Done.
| |
| 261 .terminated-reload-link.link-button, | |
| 262 .corrupted-repair-button.link-button { | |
| 254 /* Matches width of trash. */ | 263 /* Matches width of trash. */ |
| 255 -webkit-margin-end: 30px; | 264 -webkit-margin-end: 30px; |
| 256 } | 265 } |
| 257 | 266 |
| 258 .checkbox { | 267 .checkbox { |
| 259 display: inline-block; | 268 display: inline-block; |
| 260 } | 269 } |
| 261 | 270 |
| 262 .enabled-text { | 271 .enabled-text { |
| 263 font-weight: bold; | 272 font-weight: bold; |
| 264 } | 273 } |
| 265 | 274 |
| 266 .extension-list-item-wrapper.inactive-extension .enabled-text, | 275 .extension-list-item-wrapper.inactive-extension .enabled-text, |
| 267 .extension-list-item-wrapper:not(.inactive-extension) .enable-text, | 276 .extension-list-item-wrapper:not(.inactive-extension) .enable-text, |
| 268 .extension-list-item-wrapper.inactive-extension .optional-controls, | 277 .extension-list-item-wrapper.inactive-extension .optional-controls, |
| 269 .extension-list-item-wrapper.inactive-extension .butter-bar { | 278 .extension-list-item-wrapper.inactive-extension .butter-bar { |
| 270 display: none; | 279 display: none; |
| 271 } | 280 } |
| 272 | 281 |
| 273 .load-path > span { | 282 .load-path > span { |
| 274 word-wrap: break-word; | 283 word-wrap: break-word; |
| 275 } | 284 } |
| 276 | 285 |
| 277 .terminated-reload-link { | 286 .terminated-reload-link, |
| 278 -webkit-margin-end: 2.5em; | 287 .corrupted-repair-button { |
| 288 display: inline-block; | |
| 279 padding-top: 7px; | 289 padding-top: 7px; |
| 280 } | 290 } |
| 281 | 291 |
| 282 .install-warnings a { | 292 .install-warnings a { |
| 283 -webkit-margin-start: 0; | 293 -webkit-margin-start: 0; |
| 284 } | 294 } |
| 285 | 295 |
| 286 .butter-bar, | 296 .butter-bar, |
| 287 .install-warnings, | 297 .install-warnings, |
| 288 .extension-warnings { | 298 .extension-warnings { |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 400 /* Sideload Wipeout */ | 410 /* Sideload Wipeout */ |
| 401 | 411 |
| 402 .sideload-wipeout-learn-more { | 412 .sideload-wipeout-learn-more { |
| 403 text-decoration: none; | 413 text-decoration: none; |
| 404 } | 414 } |
| 405 | 415 |
| 406 .sideload-wipeout-banner .page-banner-text { | 416 .sideload-wipeout-banner .page-banner-text { |
| 407 -webkit-padding-start: 8px; | 417 -webkit-padding-start: 8px; |
| 408 background-image: none; | 418 background-image: none; |
| 409 } | 419 } |
| OLD | NEW |