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