Style placeholders
This commit is contained in:
parent
ec565fb6ab
commit
b77be52a15
1 changed files with 9 additions and 0 deletions
|
@ -29,4 +29,13 @@ body.map_detail {
|
||||||
z-index: 1001;
|
z-index: 1001;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
margin-left: 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