aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.min.css
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 /bootstrap.min.css
parent00204a80cf1c45cb9d7d80986756401d304a3944 (diff)
downloadbootstrap-f54568fa31396556a0df7bf8e2b180885e2b1c3f.tar.xz
bootstrap-f54568fa31396556a0df7bf8e2b180885e2b1c3f.zip
round the corners on the search form inputs like a boss
Diffstat (limited to 'bootstrap.min.css')
-rw-r--r--bootstrap.min.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.min.css b/bootstrap.min.css
index 5be71dd4a..cf290c8e1 100644
--- a/bootstrap.min.css
+++ b/bootstrap.min.css
@@ -161,6 +161,7 @@ input[disabled],select[disabled],textarea[disabled],input[readonly],select[reado
.input-prepend .add-on{*margin-top:1px;}
.input-append input{float:left;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;}
.input-append .add-on{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;margin-right:0;margin-left:-1px;}
+.form-search .search-query{-webkit-border-radius:14px;-moz-border-radius:14px;border-radius:14px;}
.control-group{margin-bottom:18px;}
.control-group>label{font-weight:bold;}
.form-horizontal .control-group>label{float:left;width:130px;padding-top:5px;text-align:right;}