From da26ec36ca43e43454c86900ccf14faa05da13ff Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 11 Apr 2024 19:31:02 +0000 Subject: [PATCH] add password placeholder on login page was easy to assume you were supposed to put a username there --- copyparty/web/splash.css | 10 ++++++++++ copyparty/web/splash.html | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/copyparty/web/splash.css b/copyparty/web/splash.css index 5ca37f9c..8c5b8705 100644 --- a/copyparty/web/splash.css +++ b/copyparty/web/splash.css @@ -190,11 +190,21 @@ input { padding: .5em .7em; margin: 0 .5em 0 0; } +input::placeholder { + font-size: 1.2em; + font-style: italic; + letter-spacing: .04em; + opacity: 0.64; + color: #930; +} html.z input { color: #fff; background: #626; border-color: #c2c; } +html.z input::placeholder { + color: #fff; +} html.z .num { border-color: #777; } diff --git a/copyparty/web/splash.html b/copyparty/web/splash.html index 8e3fe668..4e625afa 100644 --- a/copyparty/web/splash.html +++ b/copyparty/web/splash.html @@ -94,7 +94,7 @@
- + {% if ahttps %} switch to https