aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-25 01:22:29 -0800
committerMark Otto <[email protected]>2012-01-25 01:22:29 -0800
commitb8fa6cfacf61a02ab769b9031253c7b06111fa7c (patch)
tree4e9cf559ad9a876a391064ddce6c134ab400f31f /lib
parentb0fb31be5eff9cc4d7a1b2aab70643ff4fc82618 (diff)
downloadbootstrap-b8fa6cfacf61a02ab769b9031253c7b06111fa7c.tar.xz
bootstrap-b8fa6cfacf61a02ab769b9031253c7b06111fa7c.zip
move css builder and downloader to dedicated page, start to update remaining sections on LESS docs page
Diffstat (limited to 'lib')
-rw-r--r--lib/forms.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/forms.less b/lib/forms.less
index e35b23da0..100b0ab91 100644
--- a/lib/forms.less
+++ b/lib/forms.less
@@ -166,14 +166,14 @@ textarea {
input,
textarea {
- .box-shadow(inset 0 1px 1px rgba(0,0,0,.1));
+ .box-shadow(inset 0 1px 1px rgba(0,0,0,.075));
@transition: border linear .2s, box-shadow linear .2s;
.transition(@transition);
}
input:focus,
textarea:focus {
border-color: rgba(82,168,236,.8);
- @shadow: inset 0 1px 1px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
+ @shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
.box-shadow(@shadow);
outline: 0;
}