UX: add zoom-cursor to clickable images

This commit is contained in:
Pieter Vander Vennet 2023-12-09 16:04:35 +01:00
parent f95a1a8039
commit 6205da9d41
3 changed files with 17 additions and 6 deletions

View file

@ -1356,6 +1356,10 @@ video {
cursor: wait;
}
.cursor-zoom-in {
cursor: zoom-in;
}
.resize {
resize: both;
}