aboutsummaryrefslogtreecommitdiff
path: root/lib/forms.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-07 01:03:26 -0800
committerMark Otto <[email protected]>2012-01-07 01:03:26 -0800
commitd6a1402f2af5111e11a87a6029b642dc0b814854 (patch)
treee00d943ecc552656c43fd240a3e3b3a792be37ed /lib/forms.less
parentbcf1136f2c8236cd3fa28eac7e57a9a3fc17d104 (diff)
downloadbootstrap-d6a1402f2af5111e11a87a6029b642dc0b814854.tar.xz
bootstrap-d6a1402f2af5111e11a87a6029b642dc0b814854.zip
update form shadows and tweak prettyprint styles
Diffstat (limited to 'lib/forms.less')
-rw-r--r--lib/forms.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/forms.less b/lib/forms.less
index 433b1ff98..5e02b7fde 100644
--- a/lib/forms.less
+++ b/lib/forms.less
@@ -157,14 +157,14 @@ textarea {
input,
textarea {
- .box-shadow(inset 0 1px 3px rgba(0,0,0,.1));
+ .box-shadow(inset 0 1px 1px rgba(0,0,0,.1));
@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 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
+ @shadow: inset 0 1px 1px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
.box-shadow(@shadow);
outline: 0;
}