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

Side by Side Diff: chrome/browser/resources/settings/appearance_page/appearance_shared.css

Issue 1415463013: [MD settings] adding font settings files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: prefs fix Created 5 years, 1 month 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
« no previous file with comments | « chrome/browser/resources/settings/appearance_page/appearance_fonts_page.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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. */
4
5 /*
6 * Keep the slider color consistent throughout the range.
7 */
8 paper-slider {
9 --paper-slider-knob-start-border-color: var(--google-blue-700);
10 --paper-slider-knob-start-color: var(--google-blue-700);
11 --paper-slider-pin-start-color: var(--google-blue-700);
12 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/appearance_page/appearance_fonts_page.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698