| 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 2296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2307 display: none; | 2307 display: none; |
| 2308 }; | 2308 }; |
| 2309 --paper-input-container-underline-focus: { | 2309 --paper-input-container-underline-focus: { |
| 2310 display: none; | 2310 display: none; |
| 2311 }; | 2311 }; |
| 2312 --paper-input-container-label: { | 2312 --paper-input-container-label: { |
| 2313 color: inherit; | 2313 color: inherit; |
| 2314 font-size: inherit; | 2314 font-size: inherit; |
| 2315 }; | 2315 }; |
| 2316 -webkit-padding-start: 2px; | 2316 -webkit-padding-start: 2px; |
| 2317 -webkit-padding-end: 1px; |
| 2317 flex: 1; | 2318 flex: 1; |
| 2318 } | 2319 } |
| 2319 | 2320 |
| 2320 input[type='search']::-webkit-search-decoration, | 2321 input[type='search']::-webkit-search-cancel-button { |
| 2321 input[type='search']::-webkit-search-cancel-button, | |
| 2322 input[type='search']::-webkit-search-results-button { | |
| 2323 -webkit-appearance: none; | 2322 -webkit-appearance: none; |
| 2323 margin: 0; |
| 2324 } | 2324 } |
| 2325 | 2325 |
| 2326 /** Wide layout. */ | 2326 /** Wide layout. */ |
| 2327 :host(:not([narrow])) { | 2327 :host(:not([narrow])) { |
| 2328 -webkit-padding-end: 0; | 2328 -webkit-padding-end: 0; |
| 2329 background: rgba(0, 0, 0, 0.22); | 2329 background: rgba(0, 0, 0, 0.22); |
| 2330 border-radius: 2px; | 2330 border-radius: 2px; |
| 2331 cursor: text; | 2331 cursor: text; |
| 2332 width: var(--cr-toolbar-field-width); | 2332 width: var(--cr-toolbar-field-width); |
| 2333 } | 2333 } |
| (...skipping 1691 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4025 <history-side-bar id="drawer-side-bar" selected-page="[[selectedPage_]]"
route="[[route_]]" show-footer="[[showSidebarFooter]]" drawer=""> | 4025 <history-side-bar id="drawer-side-bar" selected-page="[[selectedPage_]]"
route="[[route_]]" show-footer="[[showSidebarFooter]]" drawer=""> |
| 4026 </history-side-bar> | 4026 </history-side-bar> |
| 4027 </app-drawer> | 4027 </app-drawer> |
| 4028 </template> | 4028 </template> |
| 4029 | 4029 |
| 4030 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}"
> | 4030 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}"
> |
| 4031 </iron-media-query> | 4031 </iron-media-query> |
| 4032 </template> | 4032 </template> |
| 4033 </dom-module> | 4033 </dom-module> |
| 4034 <script src="app.crisper.js"></script></body></html> | 4034 <script src="app.crisper.js"></script></body></html> |
| OLD | NEW |