Hey after an update my customized password button stopped working. The original code is listed below. Any idea as to why this stopped working? And how could I fix it?
Thanks!
/* Sample page password box & button */
input.sdm_pass_text {
width: 80%;
height: 24px;
border: 1px solid;
}
input.pass_sumbit {
border-radius: 0;
padding: 0.2em 2em;
background-color: white;
border-color: #c4a644;
color: #c4a644;
}