how I can change font color of a ‘placeholder’ of input item Text Field using Inline CSS? i tried below 2 solutions from web but nothing works: uisng Google Chrome browser.
(1)
#P550_PD_FROM ::-webkit-input-placeholder {
opacity: 1;
color: white !Important;
font-weight: bolder !Important;
}
(2)
#P550_PD_FROM::placeholder {
color:white !Important;
font-weight: bolder !Important;
}

please help.
regards