1
0
mirror of https://github.com/searxng/searxng synced 2024-01-01 18:24:07 +00:00
searxng/searx/static/themes/oscar/less/pointhi/cursor.less
Adam Tauber f496dc353d [enh] oscar theme redesign added
The original code made by @logico-dev ()
2016-06-26 01:57:43 +02:00

9 lines
117 B
Plaintext

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