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

Unified Diff: chrome/browser/resources/sync_setup_overlay.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: reverting change to 1.8s -> 1800ms in print_preview.css 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
« no previous file with comments | « chrome/browser/resources/sync_promo.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/sync_setup_overlay.css
diff --git a/chrome/browser/resources/sync_setup_overlay.css b/chrome/browser/resources/sync_setup_overlay.css
index 21fd8eab701ea5dad86b153c16ca9689843fbd6a..893428f875d9a127ced51e8ad3ed8d8cfba339e1 100644
--- a/chrome/browser/resources/sync_setup_overlay.css
+++ b/chrome/browser/resources/sync_setup_overlay.css
@@ -178,7 +178,7 @@
}
#top-blurb-error {
- -webkit-transition: margin-top .33s ease-out, opacity .66s ease-out;
+ -webkit-transition: margin-top 330ms ease-out, opacity 660ms ease-out;
background: #f9edbe;
border: 1px solid #f0c36d;
display: block;
@@ -279,7 +279,7 @@ html[dir='rtl'] #learn-more-link {
}
#customize-link, #use-default-link {
- -webkit-transition: opacity .25s;
+ -webkit-transition: opacity 250ms;
}
@@ -328,7 +328,7 @@ html[dir='rtl'] #signin-header-logo {
/* Sign in buttons. */
.signin-box input[type=submit] {
- -webkit-transition: all 0.218s;
+ -webkit-transition: all 218ms;
-webkit-user-select: none;
background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
border: 1px solid #3079ed;
@@ -350,7 +350,7 @@ html[dir='rtl'] .signin-box input[type=submit] {
.signin-box input[type=submit]:hover {
-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
- -webkit-transition: all 0.0s;
+ -webkit-transition: all 0;
background-image: -webkit-linear-gradient(top, #4d90fe, #357ae8);
border: 1px solid #2f5bb7;
color: #fff;
« no previous file with comments | « chrome/browser/resources/sync_promo.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698