adikahorvath
1/11/2014 - 11:20 PM

change type of security text - chrome

change type of security text - chrome

input[type=password] { 
  -webkit-text-security: none;
  -webkit-text-security: circle;
  -webkit-text-security: square;
  -webkit-text-security: disc; /* default */ 
}