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:
ryan 2012-06-05 17:57:07 +00:00
parent 6acf5205ce
commit d298afac46
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 {