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..ad5356e6 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