Fix overlap of focus highlight on login

This commit is contained in:
shamoon 2023-12-31 07:54:46 -08:00
parent c5d622279c
commit ea92577cd7

View File

@ -37,6 +37,11 @@ body {
border-bottom-left-radius: 0;
}
#inputUsername:focus {
position: relative;
z-index: 100;
}
#inputPassword,
#inputPassword2 {
border-top-left-radius: 0;