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

Unified Diff: chrome/browser/resources/plugins.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
Index: chrome/browser/resources/plugins.css
diff --git a/chrome/browser/resources/plugins.css b/chrome/browser/resources/plugins.css
index 2f824358b8e94fb7802051b83f1d3327307e0a5b..5dbf50011b7aa59eb79d2fa4f27e9aa54277ab29 100644
--- a/chrome/browser/resources/plugins.css
+++ b/chrome/browser/resources/plugins.css
@@ -112,7 +112,7 @@ body.hideTmiModeInitial .showInTmiMode {
body.hideTmiMode .showInTmiMode {
height: 0 !important;
opacity: 0;
- -webkit-transition: all .1s ease-out;
+ -webkit-transition: all 100ms ease-out;
}
body.showTmiModeInitial .showInTmiMode {
@@ -121,7 +121,7 @@ body.showTmiModeInitial .showInTmiMode {
body.showTmiMode .showInTmiMode {
opacity: 1;
- -webkit-transition: all .1s ease-in;
+ -webkit-transition: all 100ms ease-in;
}
.wbox-tmi-mode {
« no previous file with comments | « chrome/browser/resources/options/options_page.css ('k') | chrome/browser/resources/print_preview/print_preview.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698