Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / browser / resources / pdf / elements / viewer-toolbar-dropdown / viewer-toolbar-dropdown.css
blob8076c9f504220c2cae29f3496dd66314955bf2b9
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 display: inline-block;
7 text-align: left;
10 #container {
11 position: absolute;
14 paper-material {
15 background-color: rgb(256, 256, 256);
16 border-radius: 4px;
17 overflow-y: hidden;
18 padding-bottom: 2px;
19 width: 260px;
22 #scroll-container {
23 max-height: 300px;
24 overflow-y: auto;
25 padding: 6px 0 4px 0;
28 #icon {
29 cursor: pointer;
30 display: inline-block;
33 #icon.open {
34 background-color: rgb(25, 27, 29);
35 border-radius: 4px;
38 #arrow {
39 margin-left: -12px;
40 padding-right: 4px;
43 h1 {
44 border-bottom: 1px solid rgb(219, 219, 219);
45 color: rgb(33, 33, 33);
46 font-size: 77.8%;
47 font-weight: 500;
48 margin: 0;
49 padding: 14px 28px;