[Webkit-unassigned] [Bug 126079] unstyled input type=search forces text indent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 20 13:56:56 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=126079


Derk-Jan Hartman <hartman.wiki at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #2 from Derk-Jan Hartman <hartman.wiki at gmail.com>  2013-12-20 13:54:59 PST ---
Apparently you need all of this:

input[type="search"] {
    -webkit-appearance: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-apparence: none;
}

That doesn't really match my expectations, but ok

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list