diff --git a/public/css/widgets/support.css b/public/css/widgets/support.css index b3066a71..ce76fefd 100644 --- a/public/css/widgets/support.css +++ b/public/css/widgets/support.css @@ -1,5 +1,5 @@ /* Keyframes */ -@keyframes pulse { +@keyframes widgetPulse { 0% { transform: scale(1); opacity: 1; @@ -121,7 +121,7 @@ .mirotalk-support-widget .status-dot.online { background: #00e676; box-shadow: 0 0 8px rgba(0, 230, 118, 0.4); - animation: pulse 2s infinite; + animation: widgetPulse 2s infinite; } .mirotalk-minimized-btn .status-dot.offline,