Remove bad syntax for input placeholder styles
This commit is contained in:
parent
3475b6faed
commit
96f1538420
1 changed files with 0 additions and 7 deletions
|
@ -82,13 +82,6 @@ input[type=search]::-webkit-search-results-decoration {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input[type=text]::-webkit-input-placeholder,
|
|
||||||
.input[type=text]::-moz-placeholder,
|
|
||||||
.input[type=search]::-webkit-input-placeholder,
|
|
||||||
.input[type=search]::-moz-placeholder {
|
|
||||||
color: #a5aab2;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Override Firefox's UA style so we get a consistent look across browsers
|
// Override Firefox's UA style so we get a consistent look across browsers
|
||||||
input::placeholder,
|
input::placeholder,
|
||||||
textarea::placeholder {
|
textarea::placeholder {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue