mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
Fix signin username floating label (#5424)
This commit is contained in:
parent
58aacd4814
commit
86e380bb1c
1 changed files with 4 additions and 0 deletions
|
|
@ -42,6 +42,10 @@ body {
|
|||
z-index: 100;
|
||||
}
|
||||
|
||||
#inputUsername:focus~label {
|
||||
z-index: 101;
|
||||
}
|
||||
|
||||
#inputPassword,
|
||||
#inputPassword2 {
|
||||
border-top-left-radius: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue