]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fix signin username floating label (#5424)
authorshamoon <4887959+shamoon@users.noreply.github.com>
Tue, 16 Jan 2024 15:32:07 +0000 (07:32 -0800)
committerGitHub <noreply@github.com>
Tue, 16 Jan 2024 15:32:07 +0000 (07:32 -0800)
src/documents/static/signin.css

index 172682c65fb21bff3ac85f241463d28f45f43163..b98a6a38dce517005e60b59cdbde0ba7b5f4535b 100644 (file)
@@ -42,6 +42,10 @@ body {
   z-index: 100;
 }
 
+#inputUsername:focus~label {
+  z-index: 101;
+}
+
 #inputPassword,
 #inputPassword2 {
   border-top-left-radius: 0;