I have an Input defined as followed:
<input name="Passwd-Input" class="pxBase-Input-Text" id="Passwd-Input" type="text">
Now I want to Change the "type" form text to Password in my Stylesheet.
I can adress the Input by ID
Now I search a Solution like:
#Passwd-Input{type:password;}
Is it possible to Change the type in Stylesheet and how does it work?