mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
don't scope placeholder text color to just inputs
This commit is contained in:
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 {
|
||||
|
||||
Reference in New Issue
Block a user