Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2013-05-15 21:16:11 +0400
committerMark Otto <otto@github.com>2013-05-15 21:16:11 +0400
commitf3d857773455a940fca0c8d2ef1ca26982700031 (patch)
treefd35f8efc5d0f3d6252f80bcf04f479a8865e390 /less
parentbae9d8adf04f76c859826cd98ed2316c7c2f4fdc (diff)
Run make on previous commit; twerk box shadow back to commented out version
Diffstat (limited to 'less')
-rw-r--r--less/forms.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/less/forms.less b/less/forms.less
index c79f7f6733..2c696945d0 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)");
}
}