From 456c9fe5bef9cbcb479ee90fb9629de3920d88f1 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Wed, 28 Aug 2024 15:57:26 -0700 Subject: [PATCH] change: dark theme login prompt changes remove original labels, use placeholders as input labels. add animations --- extras/usr/sbin/lfd | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/extras/usr/sbin/lfd b/extras/usr/sbin/lfd index dafa26513..482a52606 100644 --- a/extras/usr/sbin/lfd +++ b/extras/usr/sbin/lfd @@ -9918,6 +9918,16 @@ input::placeholder color: #707070; } +input:focus::placeholder +{ + color: transparent; +} + +input:focus +{ + outline: none; +} + .btn-login { background-color: #6d7934; @@ -9983,6 +9993,12 @@ form.login-form color: #575757; } +.login-footer a +{ + color: #dd761c; + text-decoration: none; +} + .input { width: 30vw; @@ -9996,6 +10012,15 @@ form.login-form border: 1px solid #e3e3e31a; color: #FFF; font-size: 14pt; + transition: 0.5s; + background: linear-gradient(#ffffff73 0 0) bottom / 0% 1px no-repeat #393939; + cursor: pointer; + text-align: center; +} + +.input:hover +{ + background-size: 100% 1px; } EOF @@ -10012,7 +10037,7 @@ EOF print "\n"; print "\n"; print "<", "/table>"; - print ""; + print ""; print "\n"; print ""; print "\n\n\n";