Display caps-lock indicator icon for password fields in Safari

XMLWordPrintable

      Safari 4.x on Mac OS X has a neat CSS style you can apply to get the password indicator icon in all password fields:

      input[type='password'] {
          -webkit-appearance: caps-lock-indicator;
      }
      

            Assignee:
            Matt Ryall
            Reporter:
            Matt Ryall
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: