summaryrefslogtreecommitdiff
path: root/searx/static/themes/oscar/less/pointhi/cursor.less
diff options
context:
space:
mode:
Diffstat (limited to 'searx/static/themes/oscar/less/pointhi/cursor.less')
-rw-r--r--searx/static/themes/oscar/less/pointhi/cursor.less8
1 files changed, 8 insertions, 0 deletions
diff --git a/searx/static/themes/oscar/less/pointhi/cursor.less b/searx/static/themes/oscar/less/pointhi/cursor.less
new file mode 100644
index 0000000..cbc1ea6
--- /dev/null
+++ b/searx/static/themes/oscar/less/pointhi/cursor.less
@@ -0,0 +1,8 @@
+// display cursor
+.cursor-text {
+ cursor: text !important;
+}
+
+.cursor-pointer {
+ cursor: pointer !important;
+}