2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

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
+9
View File
@@ -357,6 +357,15 @@ textarea[readonly] {
// SEARCH FORM
// -----------
.form-search .search-query {
.border-radius(14px);
}
// HORIZONTAL & VERTICAL FORMS
// ---------------------------