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

Unified Diff: ui/webui/resources/cr_elements/shared_style_css.html

Issue 2218713002: MD Settings: Bluetooth polish (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: ui/webui/resources/cr_elements/shared_style_css.html
diff --git a/ui/webui/resources/cr_elements/shared_style_css.html b/ui/webui/resources/cr_elements/shared_style_css.html
index eff2d6bc36fe024940aee93048d2759ff1680e58..fb691ac639df87b1e3bb91086c9854e5834b97cb 100644
--- a/ui/webui/resources/cr_elements/shared_style_css.html
+++ b/ui/webui/resources/cr_elements/shared_style_css.html
@@ -6,6 +6,14 @@
<dom-module id="cr-shared-style">
<template>
<style>
+ /* Chrome spinners should be blue. */
+ paper-spinner {
+ --paper-spinner-layer-1-color: var(--google-blue-500);
+ --paper-spinner-layer-2-color: var(--google-blue-500);
+ --paper-spinner-layer-3-color: var(--google-blue-500);
+ --paper-spinner-layer-4-color: var(--google-blue-500);
+ }
+
.action-button {
background: var(--google-blue-500);
color: white;

Powered by Google App Engine
This is Rietveld 408576698