14.10.2022, 06:07
Try this CSS:
Code:
.password.item-value {
color: transparent !important;
width: 50px;
}
.password.item-value:after {
color: #333;
position: absolute;
left: 3px;
right: 0;
top: 8px;
width: 50px;
content: "*****";
}