Fix overlap of focus highlight on login screen (#5193)

This commit is contained in:
shamoon
2023-12-31 10:01:45 -08:00
committed by GitHub
parent c5d622279c
commit fb81612ed1

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;