Index: chrome/browser/resources/hotword_audio_verification/style.css |
diff --git a/chrome/browser/resources/hotword_audio_verification/style.css b/chrome/browser/resources/hotword_audio_verification/style.css |
index 8d93da9659c50dfdfbddd5799119d40139da13a5..2153cffe93ca94f8145fcb08d6a0087a2b5bb953 100644 |
--- a/chrome/browser/resources/hotword_audio_verification/style.css |
+++ b/chrome/browser/resources/hotword_audio_verification/style.css |
@@ -76,8 +76,9 @@ div.content { |
} |
-button.grayed-out { |
+.buttonbar button.grayed-out { |
color: rgba(0, 0, 0, .28); |
+ text-transform: none; |
} |
.col-3 { |
@@ -180,7 +181,13 @@ button.primary { |
color: rgb(213, 0, 0); |
} |
+@-webkit-keyframes rotate { |
+ from { -webkit-transform: rotate(0); } |
+ to { -webkit-transform: rotate(359deg); } |
+} |
+ |
.train.listening .icon { |
+ -webkit-animation: rotate 2s linear infinite; |
background: url(../images/placeholder-loader-1x.png) no-repeat; |
} |