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; |