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 f41b38c0236c749eb94bd16331505e8a5f351394..80e53ccdb37babf3835bbc5c1b0ff940a6a19181 100644 |
--- a/chrome/browser/resources/options/manage_profile_overlay.css |
+++ b/chrome/browser/resources/options/manage_profile_overlay.css |
@@ -48,7 +48,11 @@ |
display: block; |
} |
-#manage-profile-duplicate-name-error { |
+#manage-profile-name:invalid { |
+ background-color: pink; |
+} |
+ |
+#manage-profile-error-bubble { |
-webkit-transition: max-height 0.2s, padding 0.2s; |
background-color: #eeb939; |
border-radius: 4px; |
@@ -62,7 +66,7 @@ |
width: 80%; |
} |
-#manage-profile-duplicate-name-error.hiding { |
+#manage-profile-error-bubble.hiding { |
max-height: 0; |
padding: 0 10px; |
} |