Index: chrome/browser/resources/shared/css/widgets.css |
diff --git a/chrome/browser/resources/shared/css/widgets.css b/chrome/browser/resources/shared/css/widgets.css |
index c252f49f149379219c506929bf55e05c84096792..0c5381925b9d1ba959ad99f453a5b2405ce3331d 100644 |
--- a/chrome/browser/resources/shared/css/widgets.css |
+++ b/chrome/browser/resources/shared/css/widgets.css |
@@ -110,6 +110,12 @@ input[type='search'] { |
min-width: 160px; |
} |
+/* Remove when https://bugs.webkit.org/show_bug.cgi?id=51499 is fixed. |
+ * TODO(dbeam): are there more types that would benefit from this? */ |
+input[type='search']::-webkit-textfield-decoration-container { |
+ direction: inherit; |
+} |
+ |
/* Checked ********************************************************************/ |
input[type='checkbox']:checked::before { |