mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-21 13:24:08 +03:00
don't scope placeholder text color to just inputs
This commit is contained in:
+1
-6
@@ -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