| OLD | NEW |
| 1 <html><head><!-- | 1 <html><head><!-- |
| 2 @license | 2 @license |
| 3 Copyright (c) 2016 The Polymer Project Authors. All rights reserved. | 3 Copyright (c) 2016 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 color: var(--primary-text-color); | 90 color: var(--primary-text-color); |
| 91 overflow: hidden; | 91 overflow: hidden; |
| 92 text-decoration: none; | 92 text-decoration: none; |
| 93 text-overflow: ellipsis; | 93 text-overflow: ellipsis; |
| 94 white-space: nowrap; | 94 white-space: nowrap; |
| 95 } | 95 } |
| 96 | 96 |
| 97 button.icon-button { | 97 button.icon-button { |
| 98 background: none; | 98 background: none; |
| 99 border: none; | 99 border: none; |
| 100 color: inherit; |
| 100 height: 36px; | 101 height: 36px; |
| 101 outline: none; | 102 outline: none; |
| 102 width: 36px; | 103 width: 36px; |
| 103 } | 104 } |
| 104 | 105 |
| 105 button.icon-button iron-icon { | 106 button.icon-button iron-icon { |
| 106 height: 20px; | 107 height: 20px; |
| 107 width: 20px; | 108 width: 20px; |
| 108 } | 109 } |
| 109 | 110 |
| (...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 465 color: var(--primary-text-color); | 466 color: var(--primary-text-color); |
| 466 overflow: hidden; | 467 overflow: hidden; |
| 467 text-decoration: none; | 468 text-decoration: none; |
| 468 text-overflow: ellipsis; | 469 text-overflow: ellipsis; |
| 469 white-space: nowrap; | 470 white-space: nowrap; |
| 470 } | 471 } |
| 471 | 472 |
| 472 button.icon-button { | 473 button.icon-button { |
| 473 background: none; | 474 background: none; |
| 474 border: none; | 475 border: none; |
| 476 color: inherit; |
| 475 height: 36px; | 477 height: 36px; |
| 476 outline: none; | 478 outline: none; |
| 477 width: 36px; | 479 width: 36px; |
| 478 } | 480 } |
| 479 | 481 |
| 480 button.icon-button iron-icon { | 482 button.icon-button iron-icon { |
| 481 height: 20px; | 483 height: 20px; |
| 482 width: 20px; | 484 width: 20px; |
| 483 } | 485 } |
| 484 | 486 |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 648 color: var(--primary-text-color); | 650 color: var(--primary-text-color); |
| 649 overflow: hidden; | 651 overflow: hidden; |
| 650 text-decoration: none; | 652 text-decoration: none; |
| 651 text-overflow: ellipsis; | 653 text-overflow: ellipsis; |
| 652 white-space: nowrap; | 654 white-space: nowrap; |
| 653 } | 655 } |
| 654 | 656 |
| 655 button.icon-button { | 657 button.icon-button { |
| 656 background: none; | 658 background: none; |
| 657 border: none; | 659 border: none; |
| 660 color: inherit; |
| 658 height: 36px; | 661 height: 36px; |
| 659 outline: none; | 662 outline: none; |
| 660 width: 36px; | 663 width: 36px; |
| 661 } | 664 } |
| 662 | 665 |
| 663 button.icon-button iron-icon { | 666 button.icon-button iron-icon { |
| 664 height: 20px; | 667 height: 20px; |
| 665 width: 20px; | 668 width: 20px; |
| 666 } | 669 } |
| 667 | 670 |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 856 </dialog> | 859 </dialog> |
| 857 </template> | 860 </template> |
| 858 </template> | 861 </template> |
| 859 </dom-module> | 862 </dom-module> |
| 860 <dom-module id="cr-dialog" assetpath="chrome://resources/cr_elements/cr_dialog/"
css-build="shadow"> | 863 <dom-module id="cr-dialog" assetpath="chrome://resources/cr_elements/cr_dialog/"
css-build="shadow"> |
| 861 <template> | 864 <template> |
| 862 <style scope="cr-dialog">:host { | 865 <style scope="cr-dialog">:host { |
| 863 border: 0; | 866 border: 0; |
| 864 border-radius: 2px; | 867 border-radius: 2px; |
| 865 bottom: 0; | 868 bottom: 0; |
| 869 box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.12), |
| 870 0px 16px 16px rgba(0, 0, 0, 0.24); |
| 866 color: inherit; | 871 color: inherit; |
| 867 padding: 0; | 872 padding: 0; |
| 868 top: 0; | 873 top: 0; |
| 869 width: 512px; | 874 width: 512px; |
| 870 } | 875 } |
| 871 | 876 |
| 872 :host::backdrop { | 877 :host::backdrop { |
| 873 background-color: rgba(0, 0, 0, 0.6); | 878 background-color: rgba(0, 0, 0, 0.6); |
| 874 bottom: 0; | 879 bottom: 0; |
| 875 left: 0; | 880 left: 0; |
| (...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1216 <content select="*"></content> | 1221 <content select="*"></content> |
| 1217 </div> | 1222 </div> |
| 1218 </div> | 1223 </div> |
| 1219 | 1224 |
| 1220 <paper-icon-button icon="paper-tabs:chevron-right" class$="[[_computeScrollB
uttonClass(_rightHidden, scrollable, hideScrollButtons)]]" on-up="_onScrollButto
nUp" on-down="_onRightScrollButtonDown" tabindex="-1"></paper-icon-button> | 1225 <paper-icon-button icon="paper-tabs:chevron-right" class$="[[_computeScrollB
uttonClass(_rightHidden, scrollable, hideScrollButtons)]]" on-up="_onScrollButto
nUp" on-down="_onRightScrollButtonDown" tabindex="-1"></paper-icon-button> |
| 1221 | 1226 |
| 1222 </template> | 1227 </template> |
| 1223 | 1228 |
| 1224 </dom-module> | 1229 </dom-module> |
| 1225 </div><script src="lazy_load.crisper.js"></script></body></html> | 1230 </div><script src="lazy_load.crisper.js"></script></body></html> |
| OLD | NEW |