This website requires JavaScript.
Explore
Help
Sign in
steffo
/
festa
Watch
1
Fork
You've already forked festa
0
mirror of
https://github.com/Steffo99/festa.git
synced
2024-12-23 07:04:22 +00:00
Code
Activity
75d675468f
festa
/
styles
/
cursor.module.css
11 lines
113 B
CSS
Raw
Normal View
History
Unescape
Escape
Create a stylesheet to specify the cursor's style when hovering an element
2022-07-18 04:07:48 +00:00
.
loadingBlocking
{
cursor
:
wait
;
}
.
loadingAsync
{
cursor
:
progress
;
Create initial FestaUserRenderer
2022-07-27 00:54:05 +00:00
}
.
hoverable
{
cursor
:
help
;
Create a stylesheet to specify the cursor's style when hovering an element
2022-07-18 04:07:48 +00:00
}
Copy permalink