Shows The Eye permanently in the Confirm Password field in Personal Settings - fix #5167
This commit is contained in:
parent
b9bfe31981
commit
e961dbaa38
|
@ -413,6 +413,7 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
|
|||
#personal-show + label {
|
||||
margin-top: 1em;
|
||||
margin-left: -3em;
|
||||
display:inline !important;
|
||||
}
|
||||
#passwordbutton {
|
||||
margin-left: .5em;
|
||||
|
|
|
@ -38,7 +38,11 @@
|
|||
'tabindex' : $element.attr('tabindex'),
|
||||
'autocomplete' : 'off'
|
||||
});
|
||||
|
||||
|
||||
if($element.attr('placeholder') !== undefined) {
|
||||
$clone.attr('placeholder', $element.attr('placeholder'));
|
||||
}
|
||||
|
||||
return $clone;
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue