Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Side by Side Diff: chrome/browser/resources/pdf/elements/viewer-page-selector/viewer-page-selector.css

Issue 2879783003: PDF: Tweak font-size and colors to more closely match other MD WebUI (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* Copyright 2015 The Chromium Authors. All rights reserved. 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 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 :host { 5 :host {
6 color: #fff; 6 color: #fff;
7 font-size: 94.4%; 7 font-size: 123%;
8 } 8 }
9 9
10 :host ::selection { 10 :host ::selection {
11 background: rgba(255, 255, 255, 0.3); 11 background: rgba(255, 255, 255, 0.3);
12 } 12 }
13 13
14 #pageselector { 14 #pageselector {
15 --paper-input-container-underline: { 15 --paper-input-container-underline: {
16 visibility: hidden; 16 visibility: hidden;
17 }; 17 };
(...skipping 24 matching lines...) Expand all
42 padding: 0 3px; 42 padding: 0 3px;
43 } 43 }
44 44
45 #pagelength-spacer { 45 #pagelength-spacer {
46 display: inline-block; 46 display: inline-block;
47 text-align: start; 47 text-align: start;
48 } 48 }
49 49
50 #slash, 50 #slash,
51 #pagelength { 51 #pagelength {
52 font-size: 76.5%; 52 font-size: 81%;
53 } 53 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698