diff options
| author | Luis Aleman <[email protected]> | 2012-08-27 19:14:00 -0400 |
|---|---|---|
| committer | Luis Aleman <[email protected]> | 2012-08-27 19:14:00 -0400 |
| commit | 2719ac3e9bec37813e1fd69e2ab69c9a015be647 (patch) | |
| tree | 982e071c9ef923a85e9aef661fb2e49b9235e12f /less/forms.less | |
| parent | 67eae2a5038d5203220450c2a22ea559ab52d897 (diff) | |
| download | bootstrap-2719ac3e9bec37813e1fd69e2ab69c9a015be647.tar.xz bootstrap-2719ac3e9bec37813e1fd69e2ab69c9a015be647.zip | |
Unescaped box-shadows to take advantage of new box-shadow mixin
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less index d2445b987..eb0971f4c 100644 --- a/less/forms.less +++ b/less/forms.less @@ -126,7 +126,7 @@ input[type="color"], border-color: rgba(82,168,236,.8); outline: 0; outline: thin dotted \9; /* IE6-9 */ - .box-shadow(~"inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)"); + .box-shadow(inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)); } } |
