aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-07-01 22:15:16 -0700
committerMark Otto <[email protected]>2011-07-01 22:15:16 -0700
commit7962b36dae6d0d793e2bfa04d69ae1a2e5dbd611 (patch)
treeb2f8ec1f9032da7b6d9c64d94e88e89d00663ca9 /lib
parentbe3a57a692097a23c49062d50bfbcd2af652f940 (diff)
downloadbootstrap-7962b36dae6d0d793e2bfa04d69ae1a2e5dbd611.tar.xz
bootstrap-7962b36dae6d0d793e2bfa04d69ae1a2e5dbd611.zip
misc updates to docs and form bug fix
Diffstat (limited to 'lib')
-rw-r--r--lib/forms.less9
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/forms.less b/lib/forms.less
index 74aa7a4df..4a1c359e3 100644
--- a/lib/forms.less
+++ b/lib/forms.less
@@ -79,6 +79,13 @@ form {
border-color: #ccc;
.box-shadow(inset 0 1px 2px rgba(0,0,0,.075));
}
+ // Placeholder text gets special styles; can't be bundled together though for some reason
+ :-moz-placeholder {
+ color: @grayLight;
+ }
+ ::-webkit-input-placeholder {
+ color: @grayLight;
+ }
// Focus states
input[type=text],
input[type=password],
@@ -229,7 +236,7 @@ div.input-append {
height: 18px;
text-align: center;
text-shadow: 0 1px 0 #fff;
- border: 1px solid #bbb;
+ border: 1px solid #ccc;
border-right-width: 0;
.border-radius(3px 0 0 3px);
}