buuf-nestort/beetroot_static/less/pointhi/cursor.less

9 lines
117 B
Plaintext
Raw Normal View History

2020-08-29 12:44:31 +02:00
// display cursor
.cursor-text {
cursor: text !important;
}
.cursor-pointer {
cursor: pointer !important;
}