]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fix overlap of focus highlight on login screen (#5193)
authorshamoon <4887959+shamoon@users.noreply.github.com>
Sun, 31 Dec 2023 18:01:45 +0000 (10:01 -0800)
committerGitHub <noreply@github.com>
Sun, 31 Dec 2023 18:01:45 +0000 (10:01 -0800)
src/documents/static/signin.css

index 02f460c7c10b6004db24a3590c08f64da78392f7..172682c65fb21bff3ac85f241463d28f45f43163 100644 (file)
@@ -37,6 +37,11 @@ body {
   border-bottom-left-radius: 0;
 }
 
+#inputUsername:focus {
+  position: relative;
+  z-index: 100;
+}
+
 #inputPassword,
 #inputPassword2 {
   border-top-left-radius: 0;