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 paper-fab { | 5 paper-fab { |
| 6 --paper-fab-keyboard-focus-background: var(--viewer-icon-ink-color); |
| 7 --paper-fab-mini: { |
| 8 height: 36px; |
| 9 padding: 8px; |
| 10 width: 36px; |
| 11 }; |
6 background-color: rgb(242, 242, 242); | 12 background-color: rgb(242, 242, 242); |
7 color: rgb(96, 96, 96); | 13 color: rgb(96, 96, 96); |
8 margin: 0 48px; | 14 margin: 0 48px; |
9 overflow: visible; | 15 overflow: visible; |
10 } | 16 } |
OLD | NEW |