1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-23 13:43:11 +02:00

Fixes #6841: Add new Firefox placeholder, comments

This commit is contained in:
Mark Otto
2013-02-08 08:32:29 -08:00
parent 3eed90c187
commit 1b2b049ef8
2 changed files with 9 additions and 9 deletions

View File

@@ -1178,6 +1178,11 @@ textarea:-moz-placeholder {
color: #999999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #999999;