From 7962b36dae6d0d793e2bfa04d69ae1a2e5dbd611 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 1 Jul 2011 22:15:16 -0700 Subject: misc updates to docs and form bug fix --- bootstrap-1.0.0.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'bootstrap-1.0.0.css') 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; -- cgit v1.2.3