mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Fix signin username floating label (#5424)
This commit is contained in:
parent
58aacd4814
commit
86e380bb1c
@ -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…
x
Reference in New Issue
Block a user