don't scope placeholder text color to just inputs
This commit is contained in:
parent
d12560c0ee
commit
ab8f2e2767
3 changed files with 6 additions and 11 deletions
|
|
@ -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);
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue