mirror of
https://github.com/jasny/bootstrap.git
synced 2026-02-04 19:15:08 -05:00
fix placeholder for FF by attaching input and textarea when we call the mixin
This commit is contained in:
@@ -343,7 +343,10 @@ select:focus:required:invalid {
|
||||
}
|
||||
|
||||
// Placeholder text gets special styles; can't be bundled together though for some reason
|
||||
.placeholder();
|
||||
input,
|
||||
textarea {
|
||||
.placeholder();
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user