mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
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…
x
Reference in New Issue
Block a user