round the corners on the search form inputs like a boss

This commit is contained in:
Mark Otto
2011-09-29 01:47:55 -07:00
parent 00204a80cf
commit f54568fa31
3 changed files with 16 additions and 1 deletions

View File

@@ -357,6 +357,15 @@ textarea[readonly] {
// SEARCH FORM
// -----------
.form-search .search-query {
.border-radius(14px);
}
// HORIZONTAL & VERTICAL FORMS
// ---------------------------