Fix userPassword hash selection, broken by bb9374e

This commit is contained in:
2025-02-12 15:12:56 +11:00
parent 8170e81d13
commit 29f7ce276d
4 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ img.jpegphoto {
}
/** ensure our userpassword has select is next to the password input */
div#userpassword .select2-container--bootstrap-5 .select2-selection {
div#userPassword .select2-container--bootstrap-5 .select2-selection {
font-size: inherit;
border-bottom-right-radius: unset;
border-top-right-radius: unset;