Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / browser / resources / pdf / index-material.css
blob1e9df5e53761d27d2b4671f977f4dac0e04b4186
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', 'Noto', sans-serif;
8 margin: 0;
11 viewer-page-indicator {
12 visibility: hidden;
13 z-index: 2;
16 viewer-pdf-toolbar {
17 position: fixed;
18 width: 100%;
19 z-index: 4;
22 #plugin {
23 height: 100%;
24 position: fixed;
25 width: 100%;
26 z-index: 1;
29 #sizer {
30 position: absolute;
31 z-index: 0;