From 0e088fc6863875e20c12f93607a7d32afda0afcd Mon Sep 17 00:00:00 2001 From: LeoTK <41605307+LeoTKBR@users.noreply.github.com> Date: Mon, 20 Nov 2023 01:05:19 -0300 Subject: [PATCH] #fix buttons hover --- templates/tibiacom/index.php | 33 +++++++++++++++++++++++++++++---- 1 file changed, 29 insertions(+), 4 deletions(-) diff --git a/templates/tibiacom/index.php b/templates/tibiacom/index.php index 71f3de46c3..69a5a67504 100644 --- a/templates/tibiacom/index.php +++ b/templates/tibiacom/index.php @@ -346,8 +346,8 @@ function MouseOutSubmenuItem(source) { style="background-image:url(/images/loginbox/loginbox-textfield-background.gif)">
-
+
-
+ @@ -843,6 +843,31 @@ class="carousel-control-next-icon"
+ if (MediumButtonOverDownload) { + MediumButtonOverDownload.style.visibility = 'hidden'; + // Restante do código... + } + } + + + +