aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-29 01:47:55 -0700
committerMark Otto <[email protected]>2011-09-29 01:47:55 -0700
commitf54568fa31396556a0df7bf8e2b180885e2b1c3f (patch)
tree26a27a2d2317d8071e3f60ff940a05b6b66d60c1 /lib
parent00204a80cf1c45cb9d7d80986756401d304a3944 (diff)
downloadbootstrap-f54568fa31396556a0df7bf8e2b180885e2b1c3f.tar.xz
bootstrap-f54568fa31396556a0df7bf8e2b180885e2b1c3f.zip
round the corners on the search form inputs like a boss
Diffstat (limited to 'lib')
-rw-r--r--lib/forms.less9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/forms.less b/lib/forms.less
index fd46fc71e..56325daa9 100644
--- a/lib/forms.less
+++ b/lib/forms.less
@@ -357,6 +357,15 @@ textarea[readonly] {
+// SEARCH FORM
+// -----------
+
+.form-search .search-query {
+ .border-radius(14px);
+}
+
+
+
// HORIZONTAL & VERTICAL FORMS
// ---------------------------