mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00

* highlight parts of result * add link to archiv.to * fix little bugs * add little icons * change style of "show map" button
8 lines
117 B
Text
8 lines
117 B
Text
// display cursor
|
|
.cursor-text {
|
|
cursor: text !important;
|
|
}
|
|
|
|
.cursor-pointer {
|
|
cursor: pointer !important;
|
|
}
|