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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/appearance_page/appearance_shared.css
diff --git a/chrome/browser/resources/settings/appearance_page/appearance_shared.css b/chrome/browser/resources/settings/appearance_page/appearance_shared.css
new file mode 100644
index 0000000000000000000000000000000000000000..d81173da5c42dd0e5028fb79fed39cbeb9c06edd
--- /dev/null
+++ b/chrome/browser/resources/settings/appearance_page/appearance_shared.css
@@ -0,0 +1,12 @@
+/* Copyright 2015 The Chromium Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file. */
+
+/*
+ * Keep the slider color consistent throughout the range.
+ */
+paper-slider {
+ --paper-slider-knob-start-border-color: var(--google-blue-700);
+ --paper-slider-knob-start-color: var(--google-blue-700);
+ --paper-slider-pin-start-color: var(--google-blue-700);
+}
« 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