2 Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
3 This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
4 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
5 The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
6 Code distributed by Google as part of the polymer project is also
7 subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
14 box-sizing: border-box
;
15 -moz-box-sizing: border-box
;
21 background-color: #CFD8DC;
26 transition: height
0.18s ease-in
;
46 :host-context
(.core-narrow
) {
50 polyfill-next-selector
{ content: ':host.core-narrow.medium-tall, .core-narrow :host.medium-tall'; }
51 :host
(.core-narrow
.medium-tall
),
52 :host-context
(.core-narrow
):host
(.medium-tall
) {
56 polyfill-next-selector
{ content: ':host.core-narrow.tall, .core-narrow :host.tall'; }
57 :host
(.core-narrow
.tall
),
58 :host-context
(.core-narrow
):host
(.tall
) {
62 polyfill-next-selector
{ content: ':host.core-narrow .toolbar-tools, .core-narrow :host .toolbar-tools'; }
63 :host
(.core-narrow
) .toolbar-tools
,
64 :host-context
(.core-narrow
) .toolbar-tools
{
77 :host
(.tall
, .medium-tall
) #middleBar
{
78 -webkit-transform: translateY
(100%);
79 transform: translateY
(100%);
90 /* make elements (e.g. buttons) respond to mouse/touch events */
91 polyfill-next-selector
{ content: '.toolbar-tools > *:not([disabled])'; }
92 ::content
> *:not
([disabled
]) {
96 /* elements spacing */
97 polyfill-next-selector
{ content: '.toolbar-tools > *'; }
103 polyfill-next-selector
{ content: '.toolbar-tools > .fit'; }
114 polyfill-next-selector
{ content: ':host .indent'; }
115 ::content
> .indent
{