1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-01 07:46:47 +02:00

don't scope placeholder text color to just inputs

This commit is contained in:
Mark Otto
2012-01-18 00:35:14 -08:00
parent d12560c0ee
commit ab8f2e2767
3 changed files with 6 additions and 11 deletions

View File

@@ -336,12 +336,7 @@ select:invalid {
}
// Placeholder text gets special styles; can't be bundled together though for some reason
input:-moz-placeholder {
color: @grayLight;
}
input::-webkit-input-placeholder {
color: @grayLight;
}
.placeholder(@grayLight);