ozone: evdev: Sync caps lock LED state to evdev
[chromium-blink-merge.git] / chrome / browser / resources / pdf / index-material.css
blob407d91cfaf1e6674170107f74f971b78ae2fa2a8
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 @font-face {
6 font-family: 'Roboto';
7 font-style: normal;
8 font-weight: 400;
9 src: local('Roboto Regular'), local('Roboto-Regular'), url(chrome://resources/roboto/roboto.woff2) format('woff2');
10 unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
13 body {
14 background-color: #eee;
15 font-family: Roboto, 'Helvetica Neue', Helvetica, Arial;
16 margin: 0;
19 viewer-pdf-toolbar {
20 position: fixed;
21 width: 100%;
22 /* TODO(alexandrec): the viewer-pane's paper-dialog is set to z-index: 12
23 * internally by the polymer element. Figure out why that is happening. */
24 z-index: 1000;
27 #plugin {
28 height: 100%;
29 position: fixed;
30 width: 100%;
31 z-index: 1;
34 #sizer {
35 position: absolute;
36 z-index: 0;
39 bookmarks-pane {
40 z-index: 2;
43 viewer-toolbar {
44 visibility: hidden;
45 white-space: nowrap;
46 z-index: 3;
49 viewer-page-indicator {
50 visibility: hidden;
51 z-index: 3;
54 viewer-error-screen {
55 visibility: hidden;
56 z-index: 2;
59 viewer-password-screen {
60 visibility: hidden;
61 z-index: 2;