diff options
| author | Mark Otto <[email protected]> | 2013-05-15 10:16:11 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-15 10:16:11 -0700 |
| commit | f3d857773455a940fca0c8d2ef1ca26982700031 (patch) | |
| tree | fd35f8efc5d0f3d6252f80bcf04f479a8865e390 /less/forms.less | |
| parent | bae9d8adf04f76c859826cd98ed2316c7c2f4fdc (diff) | |
| download | bootstrap-f3d857773455a940fca0c8d2ef1ca26982700031.tar.xz bootstrap-f3d857773455a940fca0c8d2ef1ca26982700031.zip | |
Run make on previous commit; twerk box shadow back to commented out version
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/forms.less b/less/forms.less index c79f7f673..2c696945d 100644 --- a/less/forms.less +++ b/less/forms.less @@ -65,12 +65,12 @@ input[type="color"] { border: 1px solid @input-border; border-radius: @input-border-radius; .box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); - .transition(~"border-color linear .2s, box-shadow linear .2s"); + .transition(~"border-color ease-in-out .15s, box-shadow ease-in-out .15s"); &:focus { border-color: rgba(82,168,236,.8); outline: 0; - .box-shadow(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)"); } } |
