Friday 27 February 2015

Make Non-Password Inputs Use Bullets (or Bullet Alternatives)


This works on texty inputs (e.g. text, email, etc) but you cannot change actual password inputs. Use case = ???.
CSS:
input { -webkit-text-security: none; } 
input { -webkit-text-security: circle; } 
input { -webkit-text-security: square; }
input { -webkit-text-security: disc;  /* Default */ }

0 comments:

Post a Comment

Copyright © 2012 Core CSS All Right Reserved