summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/settings/appearance_page/appearance_shared.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/settings/appearance_page/appearance_shared.css')
-rw-r--r--chromium/chrome/browser/resources/settings/appearance_page/appearance_shared.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/chromium/chrome/browser/resources/settings/appearance_page/appearance_shared.css b/chromium/chrome/browser/resources/settings/appearance_page/appearance_shared.css
new file mode 100644
index 00000000000..d81173da5c4
--- /dev/null
+++ b/chromium/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);
+}