mirror of
https://github.com/tabler/tabler.git
synced 2025-12-27 03:54:57 +04:00
1.1 KiB
1.1 KiB
title, menu
| title | menu |
|---|---|
| Cursors | docs.cursors |
Cursor utilities
.cursor-auto- cursor style depends on what's inside element.cursor-pointer- pointing cursor.cursor-move- cursor showing that user can move something.cursor-not-allowed- cursor showing that user is not allowed to do something.cursor-zoom-in- cursor showing that user can zoom in.cursor-zoom-out- cursor showing that user can zoom out
{% example html %}
Cursor auto
Cursor pointer
Cursor move
Cursor not allowed
Cursor zoom in
Cursor zoom out