| Index: chrome/browser/resources/options/manage_profile_overlay.css
|
| diff --git a/chrome/browser/resources/options/manage_profile_overlay.css b/chrome/browser/resources/options/manage_profile_overlay.css
|
| index 28847e7acc6b39e4143d7a4d06ada81c835c4bb7..f8a022ec0aae5cae59e4219a49035e5bc5e02dde 100644
|
| --- a/chrome/browser/resources/options/manage_profile_overlay.css
|
| +++ b/chrome/browser/resources/options/manage_profile_overlay.css
|
| @@ -52,7 +52,6 @@
|
|
|
| #create-profile-error-bubble,
|
| #manage-profile-error-bubble {
|
| - -webkit-transition: max-height 200ms, padding 200ms;
|
| background-color: rgb(238, 185, 57);
|
| border-radius: 4px;
|
| font-weight: bold;
|
| @@ -62,6 +61,7 @@
|
| overflow: hidden;
|
| padding: 10px 10px;
|
| text-align: center;
|
| + transition: max-height 200ms, padding 200ms;
|
| width: 80%;
|
| }
|
|
|
|
|