| 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 670 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 681 -webkit-tap-highlight-color: rgba(0, 0, 0, 0); | 681 -webkit-tap-highlight-color: rgba(0, 0, 0, 0); |
| 682 -webkit-tap-highlight-color: transparent; | 682 -webkit-tap-highlight-color: transparent; |
| 683 | 683 |
| 684 | 684 |
| 685 box-sizing: border-box !important; | 685 box-sizing: border-box !important; |
| 686 | 686 |
| 687 height: var(--paper-icon-button_-_height, 40px); width: var(--paper-icon
-button_-_width, 40px); | 687 height: var(--paper-icon-button_-_height, 40px); width: var(--paper-icon
-button_-_width, 40px); |
| 688 } | 688 } |
| 689 | 689 |
| 690 :host #ink { | 690 :host #ink { |
| 691 color: var(--paper-icon-button-ink-color,var(--primary-text-color));; | 691 color: var(--paper-icon-button-ink-color,var(--primary-text-color)); |
| 692 opacity: 0.6; | 692 opacity: 0.6; |
| 693 } | 693 } |
| 694 | 694 |
| 695 :host([disabled]) { | 695 :host([disabled]) { |
| 696 color: var(--paper-icon-button-disabled-text,var(--disabled-text-color));; | 696 color: var(--paper-icon-button-disabled-text,var(--disabled-text-color)); |
| 697 pointer-events: none; | 697 pointer-events: none; |
| 698 cursor: auto; | 698 cursor: auto; |
| 699 | 699 |
| 700 ; | 700 ; |
| 701 } | 701 } |
| 702 | 702 |
| 703 :host(:hover) { | 703 :host(:hover) { |
| 704 ; | 704 ; |
| 705 } | 705 } |
| 706 | 706 |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 762 } | 762 } |
| 763 | 763 |
| 764 } | 764 } |
| 765 | 765 |
| 766 .spinner-layer { | 766 .spinner-layer { |
| 767 position: absolute; | 767 position: absolute; |
| 768 width: 100%; | 768 width: 100%; |
| 769 height: 100%; | 769 height: 100%; |
| 770 opacity: 0; | 770 opacity: 0; |
| 771 white-space: nowrap; | 771 white-space: nowrap; |
| 772 border-color: var(--paper-spinner-color,var(--google-blue-500));; | 772 border-color: var(--paper-spinner-color,var(--google-blue-500)); |
| 773 } | 773 } |
| 774 | 774 |
| 775 .layer-1 { | 775 .layer-1 { |
| 776 border-color: var(--paper-spinner-layer-1-color,var(--google-blue-500));; | 776 border-color: var(--paper-spinner-layer-1-color,var(--google-blue-500)); |
| 777 } | 777 } |
| 778 | 778 |
| 779 .layer-2 { | 779 .layer-2 { |
| 780 border-color: var(--paper-spinner-layer-2-color,var(--google-red-500));; | 780 border-color: var(--paper-spinner-layer-2-color,var(--google-red-500)); |
| 781 } | 781 } |
| 782 | 782 |
| 783 .layer-3 { | 783 .layer-3 { |
| 784 border-color: var(--paper-spinner-layer-3-color,var(--google-yellow-500));; | 784 border-color: var(--paper-spinner-layer-3-color,var(--google-yellow-500)); |
| 785 } | 785 } |
| 786 | 786 |
| 787 .layer-4 { | 787 .layer-4 { |
| 788 border-color: var(--paper-spinner-layer-4-color,var(--google-green-500));; | 788 border-color: var(--paper-spinner-layer-4-color,var(--google-green-500)); |
| 789 } | 789 } |
| 790 | 790 |
| 791 .active .spinner-layer { | 791 .active .spinner-layer { |
| 792 -webkit-animation-name: fill-unfill-rotate; | 792 -webkit-animation-name: fill-unfill-rotate; |
| 793 -webkit-animation-duration: var(--paper-spinner-full-cycle-duration); | 793 -webkit-animation-duration: var(--paper-spinner-full-cycle-duration); |
| 794 -webkit-animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1); | 794 -webkit-animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1); |
| 795 -webkit-animation-iteration-count: infinite; | 795 -webkit-animation-iteration-count: infinite; |
| 796 animation-name: fill-unfill-rotate; | 796 animation-name: fill-unfill-rotate; |
| 797 animation-duration: var(--paper-spinner-full-cycle-duration); | 797 animation-duration: var(--paper-spinner-full-cycle-duration); |
| 798 animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1); | 798 animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1); |
| (...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1302 } | 1302 } |
| 1303 | 1303 |
| 1304 } | 1304 } |
| 1305 | 1305 |
| 1306 .spinner-layer { | 1306 .spinner-layer { |
| 1307 position: absolute; | 1307 position: absolute; |
| 1308 width: 100%; | 1308 width: 100%; |
| 1309 height: 100%; | 1309 height: 100%; |
| 1310 opacity: 0; | 1310 opacity: 0; |
| 1311 white-space: nowrap; | 1311 white-space: nowrap; |
| 1312 border-color: var(--paper-spinner-color,var(--google-blue-500));; | 1312 border-color: var(--paper-spinner-color,var(--google-blue-500)); |
| 1313 } | 1313 } |
| 1314 | 1314 |
| 1315 .layer-1 { | 1315 .layer-1 { |
| 1316 border-color: var(--paper-spinner-layer-1-color,var(--google-blue-500));; | 1316 border-color: var(--paper-spinner-layer-1-color,var(--google-blue-500)); |
| 1317 } | 1317 } |
| 1318 | 1318 |
| 1319 .layer-2 { | 1319 .layer-2 { |
| 1320 border-color: var(--paper-spinner-layer-2-color,var(--google-red-500));; | 1320 border-color: var(--paper-spinner-layer-2-color,var(--google-red-500)); |
| 1321 } | 1321 } |
| 1322 | 1322 |
| 1323 .layer-3 { | 1323 .layer-3 { |
| 1324 border-color: var(--paper-spinner-layer-3-color,var(--google-yellow-500));; | 1324 border-color: var(--paper-spinner-layer-3-color,var(--google-yellow-500)); |
| 1325 } | 1325 } |
| 1326 | 1326 |
| 1327 .layer-4 { | 1327 .layer-4 { |
| 1328 border-color: var(--paper-spinner-layer-4-color,var(--google-green-500));; | 1328 border-color: var(--paper-spinner-layer-4-color,var(--google-green-500)); |
| 1329 } | 1329 } |
| 1330 | 1330 |
| 1331 .active .spinner-layer { | 1331 .active .spinner-layer { |
| 1332 -webkit-animation-name: fill-unfill-rotate; | 1332 -webkit-animation-name: fill-unfill-rotate; |
| 1333 -webkit-animation-duration: var(--paper-spinner-full-cycle-duration); | 1333 -webkit-animation-duration: var(--paper-spinner-full-cycle-duration); |
| 1334 -webkit-animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1); | 1334 -webkit-animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1); |
| 1335 -webkit-animation-iteration-count: infinite; | 1335 -webkit-animation-iteration-count: infinite; |
| 1336 animation-name: fill-unfill-rotate; | 1336 animation-name: fill-unfill-rotate; |
| 1337 animation-duration: var(--paper-spinner-full-cycle-duration); | 1337 animation-duration: var(--paper-spinner-full-cycle-duration); |
| 1338 animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1); | 1338 animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1); |
| (...skipping 2439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3778 <history-side-bar id="drawer-side-bar" class="drawer-content" selected-p
age="{{selectedPage_}}" show-footer="[[showSidebarFooter]]"> | 3778 <history-side-bar id="drawer-side-bar" class="drawer-content" selected-p
age="{{selectedPage_}}" show-footer="[[showSidebarFooter]]"> |
| 3779 </history-side-bar> | 3779 </history-side-bar> |
| 3780 </dialog> | 3780 </dialog> |
| 3781 </template> | 3781 </template> |
| 3782 | 3782 |
| 3783 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}"
> | 3783 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}"
> |
| 3784 </iron-media-query> | 3784 </iron-media-query> |
| 3785 </template> | 3785 </template> |
| 3786 </dom-module> | 3786 </dom-module> |
| 3787 <script src="app.crisper.js"></script></body></html> | 3787 <script src="app.crisper.js"></script></body></html> |
| OLD | NEW |