Change the placeholder color not working
Change the placeholder color not working
coliniluvyou
Posts: 4Questions: 2Answers: 0
Description of problem:
I am trying to change the placeholder colour in PanelSearch but nothing works.
.dtsp-search .dtsp-disabledButton"
Using
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ /
color: red;
opacity: 1; / Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: red;
}
::-ms-input-placeholder { /* Microsoft Edge */
color: red;
}
Works fine in other placeholders outside Data Tables
This discussion has been closed.
Answers
See if this thread helps.
Kevin