style(map): Changed the color of the placeholder to grey inste (#16259)

This commit is contained in:
Khaled Saleh
2017-12-23 05:28:37 -06:00
committed by Stuart Taylor
parent 65356ff7e7
commit 3592f797ec

View File

@ -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 {