mirror of https://github.com/searxng/searxng.git
Merge pull request #655 from kvch/advanced-cursor-pointer
set type of cursor to pointer in advanced search
This commit is contained in:
commit
53c9185cbe
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -66,4 +66,7 @@ Ny0yNFQxMToxNTowMCswMjowMP7RDgQAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin-top: 0.3rem;
|
margin-top: 0.3rem;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
label, select {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -43,4 +43,7 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin-top: 0.3rem;
|
margin-top: 0.3rem;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
label, select {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue