Chromium Code Reviews| OLD | NEW |
|---|---|
| 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: 88.8%; | 7 font-size: 94.4%; |
| 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 23 matching lines...) Expand all Loading... | |
| 41 padding: 0 3px; | 41 padding: 0 3px; |
| 42 } | 42 } |
| 43 | 43 |
| 44 #pagelength-spacer { | 44 #pagelength-spacer { |
| 45 display: inline-block; | 45 display: inline-block; |
| 46 text-align: start; | 46 text-align: start; |
| 47 } | 47 } |
| 48 | 48 |
| 49 #slash, | 49 #slash, |
| 50 #pagelength { | 50 #pagelength { |
| 51 font-size: 81.25%; | 51 font-size: 81.25%; |
|
tsergeant
2016/01/11 04:48:16
Please decrease this so the size isn't changed by
Deepak
2016/01/11 05:24:31
making 75% corresponds to 12px cuts numbers,
so m
tsergeant
2016/01/11 23:35:04
Setting it to 76.5% corresponds to 13px, which wor
| |
| 52 } | 52 } |
| OLD | NEW |