ozone: evdev: Sync caps lock LED state to evdev
[chromium-blink-merge.git] / chrome / browser / resources / pdf / elements / viewer-pane / viewer-pane.css
blob50850bb6a797cd6d6a859118cc8c2a72a1c20ffc
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 :host {
6 background-color: rgb(97, 97, 97);
7 color: rgb(250, 250, 250);
8 font-family: Roboto, 'Helvetica Neue', Helvetica, Arial;
9 height: 100%;
10 /* core-overlay interferes with the visibility of our shadow. */
11 overflow: visible !important;
12 right: 0;
13 width: 22em;
14 z-index: 3;
17 #padding {
18 background-color: rgb(66, 66, 66);
19 height: 56px;
22 core-header-panel {
23 height: 100%;
26 .core-header {
27 background-color: rgb(66, 66, 66);
28 font-size: 1.5em;
29 height: 56px;
30 padding-left: 1em;
31 padding-right: 1em;
32 padding-top: .5em;
35 /* Since the pane slides in from the right, we want the scrollbar to be on
36 * the left. Setting direction to rtl achieves this.
38 core-header-panel::shadow #mainPanel {
39 direction: rtl;
42 .content {
43 background-color: rgb(97, 97, 97);
44 direction: ltr;
45 padding: 0.5em;