1
0
mirror of https://github.com/searxng/searxng.git synced 2024-11-18 02:10:12 +01:00
searxng/searx/static/themes/oscar/less/oscar/cursor.less
2015-01-01 17:48:12 +01:00

9 lines
117 B
Plaintext

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