victorjonsson / jQuery-Form-Validator

[DISCONTINUED] jQuery plugin that makes it easy to validate user input while keeping your HTML markup clean from javascript code.
972 stars 476 forks source link

Add additional password strength CSS class #685

Open juergenweb opened 6 years ago

juergenweb commented 6 years ago

Hello, I want to change the colors of the password strength bar to fit more into my design. By default the color of the bar will be added via inline styles. It would be great if you add also an additional CSS class to the bar depending on the strength:

Example: <span class="strength-meter weak">, <span class="strength-meter bad"> So it will be possible to overwrite the inline styles with CSS.

Thanks for this awesome library - works very well.

Best regards from Austria

Jürgen

Sorry, I saw that this issue was reported before #673