Style placeholders
This commit is contained in:
parent
ec565fb6ab
commit
b77be52a15
1 changed files with 9 additions and 0 deletions
|
@ -30,3 +30,12 @@ body.map_detail {
|
|||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
/* Search form */
|
||||
input::-webkit-input-placeholder, ::-webkit-input-placeholder {
|
||||
color: #a5a5a5;
|
||||
}
|
||||
|
||||
input:-moz-placeholder, :-moz-placeholder {
|
||||
color: #a5a5a5;
|
||||
}
|
Loading…
Reference in a new issue