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

Unified Diff: chrome/browser/resources/chromeos/choose_mobile_network.css

Issue 8680003: Clean-up: Change chrome/browser's CSS time units from s to ms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
Index: chrome/browser/resources/chromeos/choose_mobile_network.css
diff --git a/chrome/browser/resources/chromeos/choose_mobile_network.css b/chrome/browser/resources/chromeos/choose_mobile_network.css
index 5d5f67e95001fedef21fd7a0dc97311fb9dd4a0c..f9b8372a1bb0bc00a57e91a400436f8ec5b313ea 100644
--- a/chrome/browser/resources/chromeos/choose_mobile_network.css
+++ b/chrome/browser/resources/chromeos/choose_mobile_network.css
@@ -13,7 +13,7 @@
background-image: -webkit-canvas(spinner-circle);
-webkit-animation-name: spin;
- -webkit-animation-duration: 2s;
+ -webkit-animation-duration: 2000ms;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
}

Powered by Google App Engine
This is Rietveld 408576698