aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-1.0.0.css
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 /bootstrap-1.0.0.css
parentbe3a57a692097a23c49062d50bfbcd2af652f940 (diff)
downloadbootstrap-7962b36dae6d0d793e2bfa04d69ae1a2e5dbd611.tar.xz
bootstrap-7962b36dae6d0d793e2bfa04d69ae1a2e5dbd611.zip
misc updates to docs and form bug fix
Diffstat (limited to 'bootstrap-1.0.0.css')
-rw-r--r--bootstrap-1.0.0.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/bootstrap-1.0.0.css b/bootstrap-1.0.0.css
index a902aaba6..d8f75c386 100644
--- a/bootstrap-1.0.0.css
+++ b/bootstrap-1.0.0.css
@@ -719,6 +719,12 @@ form .uneditable-input {
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
+form :-moz-placeholder {
+ color: #bfbfbf;
+}
+form ::-webkit-input-placeholder {
+ color: #bfbfbf;
+}
form input[type=text],
form input[type=password],
form select,
@@ -875,7 +881,7 @@ div.input-prepend .add-on, div.input-append .add-on {
height: 18px;
text-align: center;
text-shadow: 0 1px 0 #fff;
- border: 1px solid #bbb;
+ border: 1px solid #ccc;
border-right-width: 0;
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;