BookmarkManager: Fix 'new folder text field size changes on clicking it' issue.
[chromium-blink-merge.git] / chrome / browser / resources / pdf / elements / viewer-zoom-toolbar / viewer-zoom-button.css
blob82e44ca6f1e89f6292a1ecc8cba9c6d87e0e73af
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 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;
12 @apply(--shadow-elevation-4dp);
13 background-color: rgb(242, 242, 242);
14 color: rgb(96, 96, 96);
15 margin: 0 48px;
16 overflow: visible;