ktongue/docker_container / enise-site /staticfiles /admin /css /unusable_password_field.css
ktongue's picture
download
raw
663 Bytes
/* Hide warnings fields if usable password is selected */
form:has(#id_usable_password input[value="true"]:checked) .messagelist {
display: none;
}
/* Hide password fields if unusable password is selected */
form:has(#id_usable_password input[value="false"]:checked) .field-password1,
form:has(#id_usable_password input[value="false"]:checked) .field-password2 {
display: none;
}
/* Select appropriate submit button */
form:has(#id_usable_password input[value="true"]:checked) input[type="submit"].unset-password {
display: none;
}
form:has(#id_usable_password input[value="false"]:checked) input[type="submit"].set-password {
display: none;
}

Xet Storage Details

Size:
663 Bytes
·
Xet hash:
4004264b85bfb73002cb0db06f3d4b13414413ee56dd2159b0e8791bad6b876f

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.