From 980d2b85c297fe3c70289e1335da7fc1d29dc41c Mon Sep 17 00:00:00 2001 From: Tara Rostami <132676256+TaraRostami@users.noreply.github.com> Date: Wed, 13 Dec 2023 02:06:48 +0330 Subject: [PATCH] Update login.html --- web/html/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/html/login.html b/web/html/login.html index a8a7ebd9..900dd176 100644 --- a/web/html/login.html +++ b/web/html/login.html @@ -148,10 +148,10 @@ background-origin: border-box; background-clip: padding-box, border-box; background-size: 300%; - animation: wave-btn-tara 4s ease infinite; transition: all 0.5s ease; width: 100%; } + .dark .wave-btn-bg:hover {animation: wave-btn-tara 4s ease infinite;} .dark .wave-btn-bg-cl { background-image: linear-gradient(rgba(13, 14, 33, 0), rgba(13, 14, 33, 0)), radial-gradient(circle at left top, #006655, #009980, #006655) !important;