| OLD | NEW |
| 1 <!DOCTYPE html><html dir="$i18n{textdirection}" lang="$i18n{language}"><head><!-
- | 1 <!DOCTYPE html><html dir="$i18n{textdirection}" lang="$i18n{language}"><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 2963 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2974 | 2974 |
| 2975 paper-spinner-lite[active] { | 2975 paper-spinner-lite[active] { |
| 2976 opacity: 1; | 2976 opacity: 1; |
| 2977 } | 2977 } |
| 2978 | 2978 |
| 2979 #prompt, paper-spinner-lite { | 2979 #prompt, paper-spinner-lite { |
| 2980 transition: opacity 200ms; | 2980 transition: opacity 200ms; |
| 2981 } | 2981 } |
| 2982 | 2982 |
| 2983 #searchTerm { | 2983 #searchTerm { |
| 2984 -webkit-margin-start: 2px; | 2984 -webkit-font-smoothing: antialiased; |
| 2985 -webkit-margin-start: 2px; |
| 2985 flex: 1; | 2986 flex: 1; |
| 2986 line-height: 185%; | 2987 line-height: 185%; |
| 2987 position: relative; | 2988 position: relative; |
| 2988 } | 2989 } |
| 2989 | 2990 |
| 2990 label { | 2991 label { |
| 2991 bottom: 0; | 2992 bottom: 0; |
| 2992 cursor: text; | 2993 cursor: text; |
| 2993 left: 0; | 2994 left: 0; |
| 2995 overflow: hidden; |
| 2994 position: absolute; | 2996 position: absolute; |
| 2995 right: 0; | 2997 right: 0; |
| 2996 top: 0; | 2998 top: 0; |
| 2999 white-space: nowrap; |
| 2997 } | 3000 } |
| 2998 | 3001 |
| 2999 :host([has-search-text_]) label { | 3002 :host([has-search-text_]) label { |
| 3000 visibility: hidden; | 3003 visibility: hidden; |
| 3001 } | 3004 } |
| 3002 | 3005 |
| 3003 input { | 3006 input { |
| 3004 -webkit-appearance: none; | 3007 -webkit-appearance: none; |
| 3005 background: transparent; | 3008 background: transparent; |
| 3006 border: none; | 3009 border: none; |
| 3007 color: white; | 3010 color: white; |
| 3008 font-family: inherit; | 3011 font: inherit; |
| 3009 outline: none; | 3012 outline: none; |
| 3010 padding: 0; | 3013 padding: 0; |
| 3014 position: relative; |
| 3011 width: 100%; | 3015 width: 100%; |
| 3012 } | 3016 } |
| 3013 | 3017 |
| 3014 input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-s
earch-cancel-button, input[type='search']::-webkit-search-results-button { | 3018 input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-s
earch-cancel-button, input[type='search']::-webkit-search-results-button { |
| 3015 -webkit-appearance: none; | 3019 -webkit-appearance: none; |
| 3016 } | 3020 } |
| 3017 | 3021 |
| 3018 :host(:not([narrow])) { | 3022 :host(:not([narrow])) { |
| 3019 -webkit-padding-end: 0; | 3023 -webkit-padding-end: 0; |
| 3020 background: rgba(0, 0, 0, 0.22); | 3024 background: rgba(0, 0, 0, 0.22); |
| (...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3395 <command id="undo-command" shortcut="Meta|z"></command> | 3399 <command id="undo-command" shortcut="Meta|z"></command> |
| 3396 <command id="find-command" shortcut="Meta|f"></command> | 3400 <command id="find-command" shortcut="Meta|f"></command> |
| 3397 </if> | 3401 </if> |
| 3398 <if expr="not is_macosx"> | 3402 <if expr="not is_macosx"> |
| 3399 <command id="clear-all-command" shortcut="Alt|c"></command> | 3403 <command id="clear-all-command" shortcut="Alt|c"></command> |
| 3400 <command id="undo-command" shortcut="Ctrl|z"></command> | 3404 <command id="undo-command" shortcut="Ctrl|z"></command> |
| 3401 <command id="find-command" shortcut="Ctrl|f"></command> | 3405 <command id="find-command" shortcut="Ctrl|f"></command> |
| 3402 </if> | 3406 </if> |
| 3403 <link rel="import" href="chrome://resources/html/polymer.html"> | 3407 <link rel="import" href="chrome://resources/html/polymer.html"> |
| 3404 <script src="crisper.js"></script></body></html> | 3408 <script src="crisper.js"></script></body></html> |
| OLD | NEW |