forked from zaclys/searxng
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;
|
|
}
|