mirror of
https://github.com/pi-hole/web.git
synced 2026-02-15 07:25:39 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user