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:
@@ -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);
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user