aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-06-19 13:25:35 -0700
committerMark Otto <[email protected]>2012-06-19 13:25:35 -0700
commitd14f06fc4ed3f4753de9ae5ef247c48629714935 (patch)
treeac577f720bada5df7cec379426fa1bc89b3908fa /less/forms.less
parent143b6ae2de0e7f0c4e835a20765c81c26dba0423 (diff)
downloadbootstrap-d14f06fc4ed3f4753de9ae5ef247c48629714935.tar.xz
bootstrap-d14f06fc4ed3f4753de9ae5ef247c48629714935.zip
round select list corners
Diffstat (limited to 'less/forms.less')
-rw-r--r--less/forms.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less
index 9f5e721bb..4f9d9f3e1 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -85,6 +85,7 @@ input[type="color"],
font-size: @baseFontSize;
line-height: @baseLineHeight;
color: @gray;
+ .border-radius(@inputBorderRadius);
}
// Reset appearance properties for textual inputs and textarea
@@ -116,7 +117,6 @@ input[type="color"],
.uneditable-input {
background-color: @inputBackground;
border: 1px solid @inputBorder;
- .border-radius(@inputBorderRadius);
.box-shadow(inset 0 1px 1px rgba(0,0,0,.075));
@transition: border linear .2s, box-shadow linear .2s;
.transition(@transition);