I am experiencing an issue with the placeholder text in my input field.
<input type="text" name='linkLabel{{index}}' autocomplete="off" class="input-large tight-form-url last remove-cross" required="required" placeholder="{{'linkLabel'| translate}}" style="width:159px" ng-model="linked.label">
<br/>
My placeholder text is displaying differently across various browsers.
https://i.sstatic.net/9Inow.jpg
The text inside the input field appears red in Mozilla and IE, but black in Chrome.
https://i.sstatic.net/JMGT2.jpg
Does anyone know how to change the color of the text from red to black in IE and Mozilla?
Thank you!