mirror of
https://github.com/searxng/searxng.git
synced 2024-11-07 01:51:01 +00:00
f496dc353d
The original code made by @logico-dev (#559)
8 lines
117 B
Text
8 lines
117 B
Text
// display cursor
|
|
.cursor-text {
|
|
cursor: text !important;
|
|
}
|
|
|
|
.cursor-pointer {
|
|
cursor: pointer !important;
|
|
}
|