Material PDF: Fix inconsistent behaviour in page selector, update styling
[chromium-blink-merge.git] / chrome / browser / resources / pdf / elements / viewer-page-selector / viewer-page-selector.css
blob39805119aa8792b3ec677ea478d6a0ad5e8b53eb
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 #pageselector {
6 display: inline-block;
7 width: 0.6em;
10 paper-input-container /deep/ .focused-line {
11 visibility: hidden;
14 paper-input-container /deep/ .unfocused-line {
15 visibility: hidden;
18 paper-input-container {
19 padding: 0;
22 input#input {
23 color: #fff;
24 font-size: 1em;
25 line-height: 20px;
26 padding: 3px;
27 text-align: right;
30 input#input:focus {
31 background-color: rgba(0, 0, 0, 0.5);
32 border-radius: 2px;
35 #pagelength {
36 color: #fff;
37 font-size: 0.7em;
38 font-weight: 400;
39 padding-left: 3px;