mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
add a "copy" button to the "search-url" sidebar
This commit is contained in:
parent
96ccec1aa6
commit
8adc7b0433
3 changed files with 18 additions and 0 deletions
|
|
@ -729,9 +729,18 @@ summary.title {
|
|||
#search_url {
|
||||
div.selectable_url {
|
||||
pre {
|
||||
float: left;
|
||||
width: 200em;
|
||||
}
|
||||
}
|
||||
|
||||
button#copy_url {
|
||||
float: right;
|
||||
padding: 0.4rem;
|
||||
margin-left: 0.5rem;
|
||||
border-radius: 0.3rem;
|
||||
display: none; // will be shown by JS.
|
||||
}
|
||||
}
|
||||
|
||||
#links_on_top {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue