mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -05:00
Fix overlap of focus highlight on login screen (#5193)
This commit is contained in:
parent
c5d622279c
commit
fb81612ed1
@ -37,6 +37,11 @@ body {
|
|||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#inputUsername:focus {
|
||||||
|
position: relative;
|
||||||
|
z-index: 100;
|
||||||
|
}
|
||||||
|
|
||||||
#inputPassword,
|
#inputPassword,
|
||||||
#inputPassword2 {
|
#inputPassword2 {
|
||||||
border-top-left-radius: 0;
|
border-top-left-radius: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user