From 92f3cc94946b7a64d31445447350c030479b1a01 Mon Sep 17 00:00:00 2001 From: Davide Fusca Date: Tue, 22 Oct 2024 18:10:18 +0200 Subject: [PATCH 1/2] Update login UI --- .../static/core_static_folder/auth/auth.css | 3 +- .../static/core_static_folder/auth/login.html | 31 +++++++++++++++---- 2 files changed, 27 insertions(+), 7 deletions(-) diff --git a/core/cat/routes/static/core_static_folder/auth/auth.css b/core/cat/routes/static/core_static_folder/auth/auth.css index 66b90ada..3df44a0a 100644 --- a/core/cat/routes/static/core_static_folder/auth/auth.css +++ b/core/cat/routes/static/core_static_folder/auth/auth.css @@ -30,9 +30,10 @@ button { background-color: #ccc; color: white; font-weight: bold; + cursor: pointer; } -button:hover { +button.active { background-color: #333; } diff --git a/core/cat/routes/static/core_static_folder/auth/login.html b/core/cat/routes/static/core_static_folder/auth/login.html index 1f56bdc1..c390ef5c 100644 --- a/core/cat/routes/static/core_static_folder/auth/login.html +++ b/core/cat/routes/static/core_static_folder/auth/login.html @@ -10,17 +10,20 @@
+
+ [[ error_message ]] +
- +
- +
- +
{% if show_default_passwords %} Default users included out of the box: @@ -32,10 +35,26 @@ {% endif %}
-
- [[ error_message ]] -
+ + + + \ No newline at end of file From 5cafad014ca653a07011733a346f9285d5223d05 Mon Sep 17 00:00:00 2001 From: Davide Fusca Date: Tue, 22 Oct 2024 18:22:54 +0200 Subject: [PATCH 2/2] Fix minor --- core/cat/routes/static/core_static_folder/auth/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/cat/routes/static/core_static_folder/auth/login.html b/core/cat/routes/static/core_static_folder/auth/login.html index c390ef5c..ad5356e6 100644 --- a/core/cat/routes/static/core_static_folder/auth/login.html +++ b/core/cat/routes/static/core_static_folder/auth/login.html @@ -39,7 +39,7 @@