Index: Source/core/css/html.css |
diff --git a/Source/core/css/html.css b/Source/core/css/html.css |
index 5237586dd1225f650bd3745f420939a1d28c4620..4cbd7b79965c0dabf4e2d9d1906f7a03be7d65b0 100644 |
--- a/Source/core/css/html.css |
+++ b/Source/core/css/html.css |
@@ -456,6 +456,11 @@ input[type="search"]::-webkit-search-cancel-button { |
flex: none; |
-webkit-user-modify: read-only !important; |
-webkit-margin-start: 1px; |
+ opacity: 0; |
keishi
2013/12/09 06:24:49
I think this should be "visibility: hidden". "opac
tkent
2013/12/09 06:45:18
Oh, touch devices.. You're right.
We don't have
|
+} |
+ |
+input[type="search"]:enabled:read-write:-webkit-any(:focus,:hover)::-webkit-search-cancel-button { |
+ opacity: 1; |
} |
input[type="search"]::-webkit-search-decoration { |