mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -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;
|
||||
}
|
||||
|
||||
#inputUsername:focus {
|
||||
position: relative;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
#inputPassword,
|
||||
#inputPassword2 {
|
||||
border-top-left-radius: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user