mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +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;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#inputUsername:focus~label {
|
||||||
|
z-index: 101;
|
||||||
|
}
|
||||||
|
|
||||||
#inputPassword,
|
#inputPassword,
|
||||||
#inputPassword2 {
|
#inputPassword2 {
|
||||||
border-top-left-radius: 0;
|
border-top-left-radius: 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue