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

Side by Side Diff: chrome/browser/resources/pdf/elements/viewer-zoom-toolbar/viewer-zoom-button.css

Issue 1312373002: Material PDF: Style audit and cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests for page selector Created 5 years, 3 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 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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698