Allow only one bookmark to be added for multiple fast starring
[chromium-blink-merge.git] / chrome / browser / resources / pdf / index-material.css
blobff62d3f99ec69cf29b88c49ae531b8491ec51204
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 body {
6 background-color: rgb(82, 86, 89);
7 font-family: Roboto, 'Helvetica Neue', Helvetica, Arial;
8 margin: 0;
11 viewer-pdf-toolbar {
12 position: fixed;
13 width: 100%;
14 /* TODO(alexandrec): the viewer-pane's paper-dialog is set to z-index: 12
15 * internally by the polymer element. Figure out why that is happening. */
16 z-index: 1000;
19 #plugin {
20 height: 100%;
21 position: fixed;
22 width: 100%;
23 z-index: 1;
26 #sizer {
27 position: absolute;
28 z-index: 0;
31 bookmarks-pane {
32 z-index: 2;
35 viewer-toolbar {
36 visibility: hidden;
37 white-space: nowrap;
38 z-index: 3;
41 viewer-page-indicator {
42 visibility: hidden;
43 z-index: 3;
46 viewer-error-screen {
47 visibility: hidden;
48 z-index: 2;
51 viewer-password-screen {
52 visibility: hidden;
53 z-index: 2;