don't scope placeholder text color to just inputs
This commit is contained in:
parent
d12560c0ee
commit
ab8f2e2767
3 changed files with 6 additions and 11 deletions
6
bootstrap.css
vendored
6
bootstrap.css
vendored
|
|
@ -6,7 +6,7 @@
|
|||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
||||
* Date: Wed Jan 18 00:30:09 PST 2012
|
||||
* Date: Wed Jan 18 00:34:59 PST 2012
|
||||
*/
|
||||
html, body {
|
||||
margin: 0;
|
||||
|
|
@ -842,10 +842,10 @@ input:invalid:focus, textarea:invalid:focus, select:invalid:focus {
|
|||
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
|
||||
cursor: not-allowed;
|
||||
}
|
||||
input:-moz-placeholder {
|
||||
:-moz-placeholder {
|
||||
color: #999999;
|
||||
}
|
||||
input::-webkit-input-placeholder {
|
||||
::-webkit-input-placeholder {
|
||||
color: #999999;
|
||||
}
|
||||
.help-block {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue