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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 .extension-list-item-wrapper { | 180 .extension-list-item-wrapper { |
181 margin: 23px 0; | 181 margin: 23px 0; |
182 } | 182 } |
183 | 183 |
184 .extension-list-item { | 184 .extension-list-item { |
185 background-repeat: no-repeat; | 185 background-repeat: no-repeat; |
186 display: -webkit-box; | 186 display: -webkit-box; |
187 min-height: 48px; | 187 min-height: 48px; |
188 } | 188 } |
189 | 189 |
| 190 .extension-list-item a { |
| 191 -webkit-margin-start: 0.5em; |
| 192 display: inline-block; |
| 193 } |
| 194 |
190 html[dir='rtl'] .extension-list-item { | 195 html[dir='rtl'] .extension-list-item { |
191 background-position: right; | 196 background-position: right; |
192 } | 197 } |
193 | 198 |
194 .extension-title { | 199 .extension-title { |
195 -webkit-padding-end: 20px; | 200 -webkit-padding-end: 20px; |
196 color: rgb(48, 57, 66); | 201 color: rgb(48, 57, 66); |
197 font-size: 14px; | 202 font-size: 14px; |
198 font-weight: 500; | 203 font-weight: 500; |
199 } | 204 } |
200 | 205 |
201 .inactive-extension .extension-title { | 206 .inactive-extension .extension-title { |
202 color: inherit; | 207 color: inherit; |
203 } | 208 } |
204 | 209 |
205 .extension-version { | 210 .extension-version { |
206 -webkit-padding-end: 7px; | 211 -webkit-padding-end: 7px; |
207 font-size: 13px; | 212 font-size: 13px; |
208 font-weight: 400; | 213 font-weight: 400; |
209 } | 214 } |
210 | 215 |
211 .extension-description { | 216 .extension-description { |
212 -webkit-padding-end: 5px; | 217 -webkit-padding-end: 5px; |
213 font-size: 13px; | 218 font-size: 13px; |
214 margin: 5px 0; | 219 margin: 5px 0; |
215 white-space: normal; | 220 white-space: normal; |
216 } | 221 } |
217 | 222 |
| 223 .action-links { |
| 224 -webkit-margin-after: 0.5em; |
| 225 } |
| 226 |
| 227 .action-links :-webkit-any(a, .link-button) { |
| 228 -webkit-margin-end: 1em; |
| 229 -webkit-margin-start: 0; |
| 230 } |
| 231 |
218 .extension-details { | 232 .extension-details { |
219 -webkit-box-flex: 1; | 233 -webkit-box-flex: 1; |
| 234 -webkit-padding-end: 7px; |
220 -webkit-padding-start: 55px; | 235 -webkit-padding-start: 55px; |
221 } | 236 } |
222 | 237 |
223 .extension-description, | 238 .extension-description, |
| 239 .extension-version, |
224 .extension-list-item-wrapper.inactive-extension .extension-details, | 240 .extension-list-item-wrapper.inactive-extension .extension-details, |
225 .location-text, | 241 .location-text, |
226 .blacklist-text, | 242 .blacklist-text, |
227 .enable-checkbox input:disabled + .enable-checkbox-text { | 243 .enable-checkbox input:disabled + .enable-checkbox-text { |
228 color: rgb(151, 156, 160); | 244 color: rgb(151, 156, 160); |
229 } | 245 } |
230 | 246 |
231 .enable-controls { | 247 .enable-controls { |
232 /* Matches right: position of dev controls toggle. */ | 248 /* Matches right: position of dev controls toggle. */ |
233 -webkit-margin-end: 20px; | 249 -webkit-margin-end: 20px; |
(...skipping 22 matching lines...) Expand all Loading... |
256 | 272 |
257 .load-path > span { | 273 .load-path > span { |
258 word-wrap: break-word; | 274 word-wrap: break-word; |
259 } | 275 } |
260 | 276 |
261 .terminated-reload-link { | 277 .terminated-reload-link { |
262 -webkit-margin-end: 2.5em; | 278 -webkit-margin-end: 2.5em; |
263 padding-top: 7px; | 279 padding-top: 7px; |
264 } | 280 } |
265 | 281 |
266 .extension-list-item a { | |
267 -webkit-margin-start: 0.5em; | |
268 display: inline-block; | |
269 } | |
270 | |
271 .install-warnings a { | 282 .install-warnings a { |
272 -webkit-margin-start: 0; | 283 -webkit-margin-start: 0; |
273 } | 284 } |
274 | 285 |
275 .butter-bar, | 286 .butter-bar, |
276 .install-warnings, | 287 .install-warnings, |
277 .extension-warnings { | 288 .extension-warnings { |
278 border-radius: 3px; | 289 border-radius: 3px; |
279 margin-top: 5px; | 290 margin-top: 5px; |
280 padding: 2px 5px; | 291 padding: 2px 5px; |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
369 } | 380 } |
370 | 381 |
371 .extension-highlight { | 382 .extension-highlight { |
372 background: rgb(238, 238, 238); | 383 background: rgb(238, 238, 238); |
373 background-position: auto; | 384 background-position: auto; |
374 background-repeat: auto; | 385 background-repeat: auto; |
375 border-radius: 3px; | 386 border-radius: 3px; |
376 padding: 5px 0 5px 5px; | 387 padding: 5px 0 5px 5px; |
377 } | 388 } |
378 | 389 |
379 .may-not-modify .optional-controls .optional-controls-disableable { | |
380 display: none; | |
381 } | |
382 | |
383 /* Supervised users */ | 390 /* Supervised users */ |
384 | 391 |
385 .page:not(.profile-is-supervised) .profile-is-supervised-banner, | 392 .page:not(.profile-is-supervised) .profile-is-supervised-banner, |
386 .profile-is-supervised .more-extensions-link { | 393 .profile-is-supervised .more-extensions-link { |
387 display: none; | 394 display: none; |
388 } | 395 } |
389 | 396 |
390 .profile-is-supervised-banner .page-banner-text { | 397 .profile-is-supervised-banner .page-banner-text { |
391 background-image: url(chrome://theme/IDR_WARNING); | 398 background-image: url(chrome://theme/IDR_WARNING); |
392 } | 399 } |
393 | 400 |
394 /* Sideload Wipeout */ | 401 /* Sideload Wipeout */ |
395 | 402 |
396 .sideload-wipeout-learn-more { | 403 .sideload-wipeout-learn-more { |
397 text-decoration: none; | 404 text-decoration: none; |
398 } | 405 } |
399 | 406 |
400 .sideload-wipeout-banner .page-banner-text { | 407 .sideload-wipeout-banner .page-banner-text { |
401 -webkit-padding-start: 8px; | 408 -webkit-padding-start: 8px; |
402 background-image: none; | 409 background-image: none; |
403 } | 410 } |
OLD | NEW |