(13.10.2022, 13:02)admin Wrote: See this: https://forum.logicmachine.net/showthread.php?tid=2339
Thanks a lot
![Big Grin Big Grin](https://forum.logicmachine.net/images/smilies/biggrin.png)
I tried to implement the Javascript Code at the end of the thread
Code:
.password .value {
color: transparent;
position: relative;
}
.password .value:after {
color: #333;
position: absolute;
left: 0;
right: 0;
top: 3px;
content: "*****";
}
and used 'password' as an additional class to the objects but didn't work
do you know the reason why ?