Add new certificateProvider extension API.
[chromium-blink-merge.git] / chrome / browser / resources / pdf / elements / viewer-bookmark / viewer-bookmark.css
blobc723c370ae4916d79bcc0e51bc5ff9d88a2d93d4
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 #item {
6 @apply(--layout-center);
7 @apply(--layout-horizontal);
8 color: rgb(80, 80, 80);
9 cursor: pointer;
10 font-size: 77.8%;
11 height: 30px;
12 position: relative;
15 #item:hover {
16 background-color: rgb(237, 237, 237);
17 color: rgb(20, 20, 20);
20 #title {
21 overflow: hidden;
22 text-overflow: ellipsis;
23 white-space: nowrap;
26 #expand {
27 --iron-icon-height: 16px;
28 --iron-icon-width: 16px;
29 height: 16px;
30 min-width: 16px;
31 padding: 6px;
32 transition: transform 150ms;
33 width: 16px;
36 #expand.open {
37 transform: rotate(90deg);