Have the triangle bounce two times instead of forever when there are warnings.

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2022-01-09 19:13:45 +01:00
parent 9a5f62aba7
commit f3bbcb3be7

View File

@@ -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 {