BookmarkManager: Fix 'new folder text field size changes on clicking it' issue.
[chromium-blink-merge.git] / chrome / browser / resources / pdf / elements / viewer-page-selector / viewer-page-selector.css
blob79eea1f91316bbb3972a1937ae6f8e32d0a2e5a6
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 color: #fff;
7 font-size: 88.8%;
10 #pageselector {
11 --paper-input-container-underline: {
12 visibility: hidden;
14 --paper-input-container-underline-focus: {
15 visibility: hidden;
17 display: inline-block;
18 padding: 0;
19 width: 1ch;
22 input#input {
23 color: #fff;
24 line-height: 18px;
25 margin-left: -3px;
26 padding: 3px;
27 text-align: right;
30 input#input:focus,
31 input#input:hover {
32 background-color: rgba(0, 0, 0, 0.5);
33 border-radius: 2px;
36 input::-webkit-outer-spin-button,
37 input::-webkit-inner-spin-button {
38 -webkit-appearance: none;
39 margin: 0;
42 #slash {
43 padding: 0 3px;
46 #pagelength-spacer {
47 display: inline-block;
48 text-align: left;
51 #slash,
52 #pagelength {
53 font-size: 81.25%;