diff options
| author | Mark Otto <[email protected]> | 2011-09-29 01:47:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-29 01:47:55 -0700 |
| commit | f54568fa31396556a0df7bf8e2b180885e2b1c3f (patch) | |
| tree | 26a27a2d2317d8071e3f60ff940a05b6b66d60c1 /lib | |
| parent | 00204a80cf1c45cb9d7d80986756401d304a3944 (diff) | |
| download | bootstrap-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.less | 9 |
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 // --------------------------- |
