Fix signin username floating label

This commit is contained in:
shamoon 2024-01-16 02:42:07 -08:00
parent 58aacd4814
commit c56416f291

View File

@ -42,6 +42,10 @@ body {
z-index: 100; z-index: 100;
} }
#inputUsername:focus~label {
z-index: 101;
}
#inputPassword, #inputPassword,
#inputPassword2 { #inputPassword2 {
border-top-left-radius: 0; border-top-left-radius: 0;