searx_beetroot/beetroot_static/src/less/pointhi/cursor.less

9 lines
117 B
Plaintext

// display cursor
.cursor-text {
cursor: text !important;
}
.cursor-pointer {
cursor: pointer !important;
}