From 72e2a762dafa199d6c8b144a0b26564215ed0123 Mon Sep 17 00:00:00 2001 From: slawkens Date: Mon, 22 Oct 2018 09:16:53 +0200 Subject: [PATCH] * fixed the mystical defect where "Create Account" button was not highlighted (on the account/manage page) (cherry picked from commit 1740542) --- templates/tibiacom/account.login.html.twig | 5 +++- templates/tibiacom/basic.css | 31 ++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/templates/tibiacom/account.login.html.twig b/templates/tibiacom/account.login.html.twig index 7c117645..ba7568c8 100644 --- a/templates/tibiacom/account.login.html.twig +++ b/templates/tibiacom/account.login.html.twig @@ -108,11 +108,14 @@
+ {% spaceless %}
-
+
+
+ {% endspaceless %}

{{ config.lua.serverName }}...

diff --git a/templates/tibiacom/basic.css b/templates/tibiacom/basic.css index 810fff57..d261cb32 100644 --- a/templates/tibiacom/basic.css +++ b/templates/tibiacom/basic.css @@ -1785,6 +1785,37 @@ img { color: white; } +/* BUTTONS */ +.MediumButtonText { + position: absolute; + top: 0; + left: 0; + height: 37px; + width: 150px; + z-index: 20; +} +.MediumButtonBackground { + position: relative; + top: 0; + left: 0; + width: 150px; + height: 37px; + z-index: 10; +} +.MediumButtonOver { + position: relative; + top: 0; + left: 0; + width: 150px; + height: 37px; + visibility: hidden; + z-index: 15; +} +.MediumButtonForm { + margin: 0; + padding: 0; +} + .moduleRow { } .moduleRowOver {