I have a Input type
<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 is not working same in all the browsers.
Text inside the input type is coming as red in mozila and IE browser, But in chrome it is coming as black.
How to change the color in IE and mozilla from red to black. ?
Thanks!!