From f3bbcb3be7ffc757d951effa786b0025d558f18e Mon Sep 17 00:00:00 2001 From: DL6ER Date: Sun, 9 Jan 2022 19:13:45 +0100 Subject: [PATCH] Have the triangle bounce two times instead of forever when there are warnings. Signed-off-by: DL6ER --- style/pi-hole.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/pi-hole.css b/style/pi-hole.css index f97a7b23..01c5757a 100644 --- a/style/pi-hole.css +++ b/style/pi-hole.css @@ -445,7 +445,7 @@ td.details-control { .icon-bounce { display: inline-block; position: relative; - animation: icon-bounce 1.5s infinite linear; + animation: icon-bounce 1.5s 2 linear; } @keyframes icon-bounce {