| 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 2315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 } |
| 2334 | 2334 |
| 2335 :host(:not([narrow]):not([showing-search])) #icon, | 2335 :host(:not([narrow]):not([showing-search])) #icon, |
| 2336 :host(:not([narrow]):not([showing-search])) #prompt { | 2336 :host(:not([narrow])) #prompt { |
| 2337 opacity: 0.6; | 2337 opacity: 0.6; |
| 2338 } | 2338 } |
| 2339 | 2339 |
| 2340 :host([narrow]:not([showing-search])) paper-input-container { | 2340 :host([narrow]:not([showing-search])) paper-input-container { |
| 2341 display: none; | 2341 display: none; |
| 2342 } | 2342 } |
| 2343 | 2343 |
| 2344 /* Search open. */ | 2344 /* Search open. */ |
| 2345 :host([showing-search][spinner-active]) #icon { | 2345 :host([showing-search][spinner-active]) #icon { |
| 2346 opacity: 0; | 2346 opacity: 0; |
| (...skipping 1678 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 |