Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(513)

Unified Diff: Source/core/css/html.css

Issue 16532002: Clear button for date/time inputs should be zoomable (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/css/html.css
diff --git a/Source/core/css/html.css b/Source/core/css/html.css
index e9e331acaa9ba7ba88658b352148324baec905dd..5a3190b4772a58469e7423437a0d9c4837bda039 100644
--- a/Source/core/css/html.css
+++ b/Source/core/css/html.css
@@ -447,8 +447,7 @@ input[type="search"]::-webkit-search-cancel-button {
display: block;
-webkit-flex: none;
-webkit-user-modify: read-only !important;
- -webkit-align-self: flex-start;
- margin: auto 0;
+ -webkit-margin-start: 2px;
tkent 2013/06/12 00:37:47 Why is this change needed?
keishi 2013/06/13 08:45:41 I am removing flex-start so theĀ button is vertical
}
input[type="search"]::-webkit-search-decoration {

Powered by Google App Engine
This is Rietveld 408576698