summaryrefslogtreecommitdiff
path: root/searx/static/themes/oscar/less/pointhi/cursor.less
blob: cbc1ea6fc28aad0a21339bb6682f2be6421ac967 (plain)
1
2
3
4
5
6
7
8
// display cursor
.cursor-text {
    cursor: text !important;
}

.cursor-pointer {
    cursor: pointer !important;
}