CSS: Remove rule for inputs having the placeholder attribute
This was meant to style the input's placeholder but it is just wrong.
This commit is contained in:
parent
7c83db08a3
commit
3c8e41d4f6
|
@ -53,10 +53,6 @@ input::-webkit-input-placeholder {
|
|||
color: inherit;
|
||||
}
|
||||
|
||||
input[placeholder] {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
input.search {
|
||||
background: transparent url("../img/icons/search.png") no-repeat scroll 0.1em center;
|
||||
background-size: 1em 1em;
|
||||
|
|
Loading…
Reference in New Issue