Placeholder cursor color - Firefox

leahpanther

New Member
9igAY.png
My question is about this image. When i have a placeholder in firefox, the cursor ( the vertical bar when we focus the input) turns black instead of white (my font color). [1st Image, it's not easy to see, but i have focus on "Password" input, and there's the black cursor]If the input does no have a placeholder the bar is white as it should be. [2nd Image]Is there anyway i can make that bar white?ThanksEdit
Code:
: CSS\[code\]input, select {    background-color: #232323;    margin: 3px 0px;    padding: 0px 2px;    border: 1px solid #ffffff;    color: #ffffff;    font-size: 11px;}\[/code\]HTML\[code\]<input type="text" name="username" class="right" /><br/><input type="password" name="passord" placeholder="Password" class="right" /><br/>\[/code\]That's the code i'm using, the objective is to make that vertical bar in the top image [password field] be white.
 
Back
Top