mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-23 23:08:03 +01:00
Fix overlap of focus highlight on login screen (#5193)
This commit is contained in:
parent
c5d622279c
commit
fb81612ed1
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue