aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-08 16:25:01 -0700
committerMark Otto <[email protected]>2014-07-08 16:25:01 -0700
commitf6367bc0e4d66ab56f61d9aee3d326dcce19847f (patch)
treec7692865a22e379339b7140cd89c7c5d30c5aaf4 /less/forms.less
parent86099bfb330ae43026e07ce7d14b67201fbb96d4 (diff)
downloadbootstrap-f6367bc0e4d66ab56f61d9aee3d326dcce19847f.tar.xz
bootstrap-f6367bc0e4d66ab56f61d9aee3d326dcce19847f.zip
Implement the new border-radius guard: only round things if global @enable-rounded == true
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 2db2f5c07..dca78cf24 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -123,7 +123,7 @@ output {
background-color: @input-bg;
background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214
border: 1px solid @input-border;
- border-radius: @input-border-radius;
+ .border-radius(@input-border-radius);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;