OLD | NEW |
1 <html><head><!-- | 1 <html><head><!-- |
2 @license | 2 @license |
3 Copyright (c) 2014 The Polymer Project Authors. All rights reserved. | 3 Copyright (c) 2014 The Polymer Project Authors. All rights reserved. |
4 This code may only be used under the BSD style license found at http://polymer.g
ithub.io/LICENSE.txt | 4 This code may only be used under the BSD style license found at http://polymer.g
ithub.io/LICENSE.txt |
5 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt | 5 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt |
6 The complete set of contributors may be found at http://polymer.github.io/CONTRI
BUTORS.txt | 6 The complete set of contributors may be found at http://polymer.github.io/CONTRI
BUTORS.txt |
7 Code distributed by Google as part of the polymer project is also | 7 Code distributed by Google as part of the polymer project is also |
8 subject to an additional IP rights grant found at http://polymer.github.io/PATEN
TS.txt | 8 subject to an additional IP rights grant found at http://polymer.github.io/PATEN
TS.txt |
9 --><!-- | 9 --><!-- |
10 @license | 10 @license |
(...skipping 1814 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1825 #icon { | 1825 #icon { |
1826 --paper-icon-button-ink-color: white; | 1826 --paper-icon-button-ink-color: white; |
1827 transition: margin 150ms, opacity 200ms; | 1827 transition: margin 150ms, opacity 200ms; |
1828 } | 1828 } |
1829 | 1829 |
1830 #prompt { | 1830 #prompt { |
1831 opacity: 0; | 1831 opacity: 0; |
1832 } | 1832 } |
1833 | 1833 |
1834 paper-spinner-lite { | 1834 paper-spinner-lite { |
1835 --paper-spinner-color: white; | 1835 height: var(--cr-icon-height-width_-_height); width: var(--cr-icon-height-widt
h_-_width); |
1836 height: 20px; | 1836 --paper-spinner-color: white; |
1837 margin: 0 6px; | 1837 margin: 0 6px; |
1838 opacity: 0; | 1838 opacity: 0; |
1839 padding: 6px; | 1839 padding: 6px; |
1840 position: absolute; | 1840 position: absolute; |
1841 width: 20px; | |
1842 } | 1841 } |
1843 | 1842 |
1844 paper-spinner-lite[active] { | 1843 paper-spinner-lite[active] { |
1845 opacity: 1; | 1844 opacity: 1; |
1846 } | 1845 } |
1847 | 1846 |
1848 #prompt, paper-spinner-lite { | 1847 #prompt, paper-spinner-lite { |
1849 transition: opacity 200ms; | 1848 transition: opacity 200ms; |
1850 } | 1849 } |
1851 | 1850 |
(...skipping 653 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2505 </div> | 2504 </div> |
2506 </template> | 2505 </template> |
2507 </template> | 2506 </template> |
2508 </dom-module> | 2507 </dom-module> |
2509 | 2508 |
2510 <style is="custom-style" css-build="shadow">html { | 2509 <style is="custom-style" css-build="shadow">html { |
2511 --cr-actionable_-_cursor: pointer;; | 2510 --cr-actionable_-_cursor: pointer;; |
2512 --cr-focused-item-color: var(--google-grey-300); | 2511 --cr-focused-item-color: var(--google-grey-300); |
2513 | 2512 |
2514 --cr-icon-padding: 8px; | 2513 --cr-icon-padding: 8px; |
| 2514 |
| 2515 |
| 2516 --cr-icon-ripple-size: 36px; |
| 2517 --cr-icon-size: 20px; |
| 2518 |
| 2519 --cr-icon-height-width_-_height: var(--cr-icon-size); --cr-icon-height-widt
h_-_width: var(--cr-icon-size); |
| 2520 |
| 2521 --cr-paper-icon-button-margin_-_-webkit-margin-end: -8px; --cr-paper-icon-b
utton-margin_-_-webkit-margin-start: 16px; |
| 2522 |
2515 --cr-selectable-focus_-_background-color: var(--cr-focused-item-color); --c
r-selectable-focus_-_outline: none; | 2523 --cr-selectable-focus_-_background-color: var(--cr-focused-item-color); --c
r-selectable-focus_-_outline: none; |
2516 --cr-separator-line: 1px solid rgba(0, 0, 0, 0.06); | 2524 --cr-separator-line: 1px solid rgba(0, 0, 0, 0.06); |
2517 --paper-checkbox-ink-size: 40px; | 2525 --paper-checkbox-ink-size: 40px; |
2518 } | 2526 } |
2519 | 2527 |
2520 </style> | 2528 </style> |
2521 | 2529 |
2522 <dom-module id="cr-shared-style" assetpath="chrome://resources/cr_elements/" css
-build="shadow"> | 2530 <dom-module id="cr-shared-style" assetpath="chrome://resources/cr_elements/" css
-build="shadow"> |
2523 <template> | 2531 <template> |
2524 <style scope="cr-shared-style">paper-spinner { | 2532 <style scope="cr-shared-style">paper-spinner { |
(...skipping 18 matching lines...) Expand all Loading... |
2543 } | 2551 } |
2544 | 2552 |
2545 .action-button, .cancel-button { | 2553 .action-button, .cancel-button { |
2546 font-weight: 500; | 2554 font-weight: 500; |
2547 } | 2555 } |
2548 | 2556 |
2549 [actionable] { | 2557 [actionable] { |
2550 cursor: var(--cr-actionable_-_cursor); | 2558 cursor: var(--cr-actionable_-_cursor); |
2551 } | 2559 } |
2552 | 2560 |
| 2561 button[is='paper-icon-button-light'] { |
| 2562 -webkit-margin-end: var(--cr-paper-icon-button-margin_-_-webkit-margin-end); -
webkit-margin-start: var(--cr-paper-icon-button-margin_-_-webkit-margin-start); |
| 2563 background-position: center; |
| 2564 background-repeat: no-repeat; |
| 2565 background-size: var(--cr-icon-size); |
| 2566 flex-shrink: 0; |
| 2567 height: var(--cr-icon-ripple-size); |
| 2568 width: var(--cr-icon-ripple-size); |
| 2569 } |
| 2570 |
| 2571 button[is='paper-icon-button-light'].subpage-arrow { |
| 2572 background-image: url("chrome://resources/images/arrow_right.svg"); |
| 2573 } |
| 2574 |
| 2575 button[is='paper-icon-button-light'].icon-external { |
| 2576 background-image: url("chrome://resources/images/open_in_new.svg"); |
| 2577 } |
| 2578 |
| 2579 .subpage-arrow, .icon-external { |
| 2580 display: none; |
| 2581 } |
| 2582 |
| 2583 paper-icon-button.subpage-arrow { |
| 2584 background-image: url("chrome://resources/images/arrow_right.svg"); |
| 2585 } |
| 2586 |
| 2587 [actionable] :-webkit-any(.subpage-arrow, .icon-external), [actionable]:-webkit-
any(.subpage-arrow, .icon-external) { |
| 2588 display: block; |
| 2589 } |
| 2590 |
2553 [scrollable] { | 2591 [scrollable] { |
2554 border-color: transparent; | 2592 border-color: transparent; |
2555 border-style: solid; | 2593 border-style: solid; |
2556 border-width: 1px 0; | 2594 border-width: 1px 0; |
2557 overflow-y: auto; | 2595 overflow-y: auto; |
2558 } | 2596 } |
2559 | 2597 |
2560 [scrollable].is-scrolled { | 2598 [scrollable].is-scrolled { |
2561 border-top-color: var(--google-grey-300); | 2599 border-top-color: var(--google-grey-300); |
2562 } | 2600 } |
(...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3237 } | 3275 } |
3238 | 3276 |
3239 .action-button, .cancel-button { | 3277 .action-button, .cancel-button { |
3240 font-weight: 500; | 3278 font-weight: 500; |
3241 } | 3279 } |
3242 | 3280 |
3243 [actionable] { | 3281 [actionable] { |
3244 cursor: var(--cr-actionable_-_cursor); | 3282 cursor: var(--cr-actionable_-_cursor); |
3245 } | 3283 } |
3246 | 3284 |
| 3285 button[is='paper-icon-button-light'] { |
| 3286 -webkit-margin-end: var(--cr-paper-icon-button-margin_-_-webkit-margin-end); -
webkit-margin-start: var(--cr-paper-icon-button-margin_-_-webkit-margin-start); |
| 3287 background-position: center; |
| 3288 background-repeat: no-repeat; |
| 3289 background-size: var(--cr-icon-size); |
| 3290 flex-shrink: 0; |
| 3291 height: var(--cr-icon-ripple-size); |
| 3292 width: var(--cr-icon-ripple-size); |
| 3293 } |
| 3294 |
| 3295 button[is='paper-icon-button-light'].subpage-arrow { |
| 3296 background-image: url("chrome://resources/images/arrow_right.svg"); |
| 3297 } |
| 3298 |
| 3299 button[is='paper-icon-button-light'].icon-external { |
| 3300 background-image: url("chrome://resources/images/open_in_new.svg"); |
| 3301 } |
| 3302 |
| 3303 .subpage-arrow, .icon-external { |
| 3304 display: none; |
| 3305 } |
| 3306 |
| 3307 paper-icon-button.subpage-arrow { |
| 3308 background-image: url("chrome://resources/images/arrow_right.svg"); |
| 3309 } |
| 3310 |
| 3311 [actionable] :-webkit-any(.subpage-arrow, .icon-external), [actionable]:-webkit-
any(.subpage-arrow, .icon-external) { |
| 3312 display: block; |
| 3313 } |
| 3314 |
3247 [scrollable] { | 3315 [scrollable] { |
3248 border-color: transparent; | 3316 border-color: transparent; |
3249 border-style: solid; | 3317 border-style: solid; |
3250 border-width: 1px 0; | 3318 border-width: 1px 0; |
3251 overflow-y: auto; | 3319 overflow-y: auto; |
3252 } | 3320 } |
3253 | 3321 |
3254 [scrollable].is-scrolled { | 3322 [scrollable].is-scrolled { |
3255 border-top-color: var(--google-grey-300); | 3323 border-top-color: var(--google-grey-300); |
3256 } | 3324 } |
(...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3798 <history-side-bar id="drawer-side-bar" selected-page="{{selectedPage_}}"
show-footer="[[showSidebarFooter]]" drawer=""> | 3866 <history-side-bar id="drawer-side-bar" selected-page="{{selectedPage_}}"
show-footer="[[showSidebarFooter]]" drawer=""> |
3799 </history-side-bar> | 3867 </history-side-bar> |
3800 </app-drawer> | 3868 </app-drawer> |
3801 </template> | 3869 </template> |
3802 | 3870 |
3803 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}"
> | 3871 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}"
> |
3804 </iron-media-query> | 3872 </iron-media-query> |
3805 </template> | 3873 </template> |
3806 </dom-module> | 3874 </dom-module> |
3807 <script src="app.crisper.js"></script></body></html> | 3875 <script src="app.crisper.js"></script></body></html> |
OLD | NEW |