Lines Matching refs:span
22 const span = label.querySelector('span.passwordgrey');
23 const password = span.textContent;
25 span.style.visibility = "visible";
26 span.textContent = stars;
27 span.title = LANG.plugins.passwordgrey.reveal;
29 span.textContent = password;
32 span.textContent = stars;
35 const copy = document.createElement('span');
49 span.onmousedown = span.ontouchstart = showInputText;
50 span.onmouseup = span.ontouchend = hideInputText;