mirror of
https://github.com/caojiezi2003/live2d-widget.git
synced 2024-11-10 04:49:47 +00:00
Remove prefix for cursor: grab
This commit is contained in:
parent
df050c8865
commit
1cdd6653dd
@ -57,17 +57,11 @@
|
|||||||
|
|
||||||
#waifu #live2d {
|
#waifu #live2d {
|
||||||
cursor: grab;
|
cursor: grab;
|
||||||
cursor: -webkit-grab;
|
|
||||||
cursor: -o-grab;
|
|
||||||
cursor: -ms-grab;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
#waifu #live2d:active {
|
#waifu #live2d:active {
|
||||||
cursor: grabbing;
|
cursor: grabbing;
|
||||||
cursor: -webkit-grabbing;
|
|
||||||
cursor: -o-grabbing;
|
|
||||||
cursor: -ms-grabbing;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#waifu-tool {
|
#waifu-tool {
|
||||||
|
Loading…
Reference in New Issue
Block a user