change cursor

This commit is contained in:
Dario48true 2025-05-29 16:41:03 +02:00
parent b07b8480b7
commit 4f78594c7d
9 changed files with 548 additions and 526 deletions

View file

@ -67,3 +67,11 @@ img {
.folder {
width: 25%;
}
#navbar {
cursor: grab;
}
#navbar :active {
cursor: grabbing;
}