mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-22 14:44:21 +00:00
Create a stylesheet to specify the cursor's style when hovering an element
This commit is contained in:
parent
583bdad4c8
commit
cef886a4ef
1 changed files with 7 additions and 0 deletions
7
styles/cursor.module.css
Normal file
7
styles/cursor.module.css
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
.loadingBlocking {
|
||||||
|
cursor: wait;
|
||||||
|
}
|
||||||
|
|
||||||
|
.loadingAsync {
|
||||||
|
cursor: progress;
|
||||||
|
}
|
Loading…
Reference in a new issue