Greetings!!
We have a set of Datetimepickers and want to change the default color of the placeholder text being used as the label with floatLabelType="Always". I am attempting to modify the label.e-float-text css property but that does not appear to change the color:
label.e-float-text{
margin-top: -3px;
/* font-size: 12px;
font-style: normal;
font-weight: 100; */
color: rgba(0, 97, 0, 0.6);
}

How can we properly access the css to adjust the default color while leaving the selection and validation colors intact??
Thank you,
-Daniel