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

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

Issue 1055743005: Removed unnecessary input selectors from html.css. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/html.css
diff --git a/Source/core/css/html.css b/Source/core/css/html.css
index c50156e1d9ac445643565dee25ffb1070eec6a22..38a901b18a3a83571205740c421fddabb7a49a4e 100644
--- a/Source/core/css/html.css
+++ b/Source/core/css/html.css
@@ -417,7 +417,7 @@ input[type="hidden" i] {
display: none
}
-input, input[type="password" i], input[type="search" i] {
+input {
-webkit-appearance: textfield;
padding: 1px;
background-color: white;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698