style(map): Changed the color of the placeholder to grey inste (#16259)
This commit is contained in:
committed by
Stuart Taylor
parent
65356ff7e7
commit
3592f797ec
@ -209,19 +209,19 @@ li.nav-avatar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-input-placeholder {
|
::-webkit-input-placeholder {
|
||||||
color: @brand-primary;
|
color: @input-color-placeholder;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-moz-placeholder {
|
::-moz-placeholder {
|
||||||
color: @brand-primary;
|
color: @input-color-placeholder;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-ms-placeholder {
|
::-ms-placeholder {
|
||||||
color: @brand-primary;
|
color: @input-color-placeholder;
|
||||||
}
|
}
|
||||||
|
|
||||||
::placeholder {
|
::placeholder {
|
||||||
color: @brand-primary;
|
color: @input-color-placeholder;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-header {
|
.navbar-header {
|
||||||
|
Reference in New Issue
Block a user