ozone: evdev: Sync caps lock LED state to evdev
[chromium-blink-merge.git] / chrome / browser / resources / pdf / elements / viewer-pdf-toolbar / viewer-pdf-toolbar.css
blob90dd5b2115470832508205fa560db80043973b8e
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 /* We introduce a wrapper animatable element and set the overflow since
6 * core-transition interferes with the box-shadow from paper-shadow. */
7 #animatable {
8 overflow: visible;
11 /* We introduce a wrapper aligner element as setting the relevant attributes
12 * (horizontal justified layout center) have no effect on the core-toolbar. */
13 #aligner {
14 width: 100%;
17 paper-progress {
18 height: 56px;
19 position: absolute;
20 width: 100%;
21 z-index: 3;
24 paper-progress::shadow #activeProgress {
25 background-color: rgb(33, 150, 243);
28 paper-progress::shadow #progressContainer {
29 background-color: rgb(100, 181, 246);
32 core-toolbar {
33 background-color: transparent;
34 color: rgb(241, 241, 241);
35 font-size: 1.5em;
36 height: 56px;
37 padding-left: 1em;
38 padding-right: 1em;
39 z-index: 3;
42 core-toolbar /deep/ ::selection {
43 background: rgb(187, 222, 251);
46 .invisible {
47 visibility: hidden;