1 /* Copyright 2015 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
5 /* We introduce a wrapper aligner element as setting the relevant attributes
6 * (horizontal justified layout center) have no effect on the core-toolbar. */
15 text-overflow: ellipsis
;
19 #pageselector-container {
21 /* The container resizes according to the width of the toolbar. On small
22 * screens with large numbers of pages, overflow page numbers without
28 -webkit-user-select: none
;
36 viewer-toolbar-dropdown
{
41 --paper-progress-active-color: rgb
(50, 54, 57);
42 --paper-progress-container-color: rgb
(34, 36, 38);
49 @apply
(--shadow-elevation-2dp
);
50 background-color: transparent
;
51 color: rgb
(241, 241, 241);
57 paper-toolbar
/deep
/ ::selection
{
58 background: rgba
(255, 255, 255, 0.3);
61 paper-toolbar
/deep
/ .toolbar-tools
{