Allow only one bookmark to be added for multiple fast starring
[chromium-blink-merge.git] / chrome / browser / resources / pdf / elements / viewer-pdf-toolbar / viewer-pdf-toolbar.css
blob436090c063a2b9f0b22126eb8b7dc9cb223b43f7
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. */
7 #aligner {
8 width: 100%;
11 #title {
12 overflow: hidden;
13 text-overflow: ellipsis;
14 white-space: nowrap;
17 #pageselector-container {
18 text-align: center;
19 /* The container resizes according to the width of the toolbar. On small
20 * screens with large numbers of pages, overflow page numbers without
21 * wrapping. */
22 white-space: nowrap;
25 #buttons {
26 text-align: right;
29 #buttons > paper-icon-button {
30 margin-right: 8px;
33 viewer-toolbar-dropdown {
34 margin-right: 4px;
37 paper-progress {
38 height: 56px;
39 position: absolute;
40 width: 100%;
41 z-index: 3;
44 paper-progress {
45 --paper-progress-active-color: rgb(50, 54, 57);
46 --paper-progress-container-color: rgb(34, 36, 38);
49 paper-toolbar {
50 background-color: transparent;
51 color: rgb(241, 241, 241);
52 font-size: 1.5em;
53 height: 56px;
54 padding-left: 1em;
55 padding-right: 1em;
56 z-index: 3;
59 paper-toolbar /deep/ ::selection {
60 background: rgba(255, 255, 255, 0.3);
63 paper-toolbar /deep/ .toolbar-tools {
64 height: 56px;
67 .invisible {
68 visibility: hidden;