Remove text-align on search input. Props SergeyBiryukov. fixes #20841
git-svn-id: http://core.svn.wordpress.org/trunk@20999 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6acf5205ce
commit
d298afac46
|
@ -117,10 +117,6 @@ input[type=password] {
|
|||
direction: ltr;
|
||||
}
|
||||
|
||||
input[type="search"] {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
input[type="text"].ui-autocomplete-loading {
|
||||
background: transparent url('../images/loading.gif') no-repeat left center;
|
||||
}
|
||||
|
|
|
@ -228,7 +228,6 @@ input[type="radio"] {
|
|||
|
||||
input[type="search"] {
|
||||
-webkit-appearance: textfield;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
input[type="search"]::-webkit-search-decoration {
|
||||
|
|
Loading…
Reference in New Issue