summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/pdf/index-material.css
blob: ff62d3f99ec69cf29b88c49ae531b8491ec51204 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
/* Copyright 2015 The Chromium Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file. */

body {
  background-color: rgb(82, 86, 89);
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial;
  margin: 0;
}

viewer-pdf-toolbar {
  position: fixed;
  width: 100%;
  /* TODO(alexandrec): the viewer-pane's paper-dialog is set to z-index: 12
   * internally by the polymer element. Figure out why that is happening. */
  z-index: 1000;
}

#plugin {
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1;
}

#sizer {
  position: absolute;
  z-index: 0;
}

bookmarks-pane {
  z-index: 2;
}

viewer-toolbar {
  visibility: hidden;
  white-space: nowrap;
  z-index: 3;
}

viewer-page-indicator {
  visibility: hidden;
  z-index: 3;
}

viewer-error-screen {
  visibility: hidden;
  z-index: 2;
}

viewer-password-screen {
  visibility: hidden;
  z-index: 2;
}