Remove text-align on search input. Props SergeyBiryukov. fixes #20841

git-svn-id: https://develop.svn.wordpress.org/trunk@20999 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2012-06-05 17:57:07 +00:00
parent f5efbf6f71
commit d1acedab59
2 changed files with 0 additions and 5 deletions

View File

@ -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;
}

View File

@ -228,7 +228,6 @@ input[type="radio"] {
input[type="search"] {
-webkit-appearance: textfield;
text-align: left;
}
input[type="search"]::-webkit-search-decoration {