mirror of
https://github.com/searx/searx
synced 2025-08-30 14:08:47 +00:00
set type of cursor to pointer in advanced search
This commit is contained in:
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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user