mirror of
https://github.com/jasny/bootstrap.git
synced 2026-01-30 08:38:04 -05: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