dodge chrome bug

This commit is contained in:
ed 2021-05-29 10:58:21 +02:00
parent 81e281f703
commit 8b53c159fc
2 changed files with 5 additions and 2 deletions

View file

@ -274,7 +274,10 @@ html.light #ggrid a.sel:hover {
background: #3c3c3c;
}
#wtico {
cursor: url(/.cpr/dd/1.png), pointer;
cursor: url(/.cpr/dd/4.png), pointer;
animation: cursor 500ms;
}
#wtico:hover {
animation: cursor 500ms infinite;
}
@keyframes cursor {
@ -282,7 +285,7 @@ html.light #ggrid a.sel:hover {
30% {cursor: url(/.cpr/dd/3.png), pointer}
50% {cursor: url(/.cpr/dd/4.png), pointer}
75% {cursor: url(/.cpr/dd/5.png), pointer}
85% {cursor: url(/.cpr/dd/1.png), pointer}
85% {cursor: url(/.cpr/dd/4.png), pointer}
}
@keyframes spin {
100% {transform: rotate(360deg)}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 248 B