aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-08 21:19:14 -0700
committerMark Otto <[email protected]>2014-07-08 21:19:14 -0700
commitf380ca21e207e688e40a8cbef6d0b5a2c2a00472 (patch)
treecf28901efb6ec84b0df698ed555d2281462a7017 /less/forms.less
parentff4ff3bd0619035313ef245839fae7865039dd25 (diff)
downloadbootstrap-f380ca21e207e688e40a8cbef6d0b5a2c2a00472.tar.xz
bootstrap-f380ca21e207e688e40a8cbef6d0b5a2c2a00472.zip
Use .box-shadow() mixin so we can enable/disable them
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 f0aed90fe..86669b44e 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -123,7 +123,7 @@ output {
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);
- box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
+ .box-shadow(inset 0 1px 1px rgba(0,0,0,.075));
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
// Customize the `:focus` state to imitate native WebKit styles.