mirror of
https://github.com/searxng/searxng.git
synced 2026-05-24 11:54:30 +02:00
2e7723a6c1
* highlight parts of result * add link to archiv.to * fix little bugs * add little icons * change style of "show map" button
9 lines
117 B
Plaintext
9 lines
117 B
Plaintext
// display cursor
|
|
.cursor-text {
|
|
cursor: text !important;
|
|
}
|
|
|
|
.cursor-pointer {
|
|
cursor: pointer !important;
|
|
}
|