mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[fix] simple: display "Click on the magnifier..." only the mouse over the categories
This commit is contained in:
parent
e435806505
commit
56bb1443c4
2 changed files with 15 additions and 1 deletions
|
|
@ -73,6 +73,20 @@
|
|||
|
||||
.search_categories {
|
||||
grid-area: categories;
|
||||
|
||||
.help {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&:hover .help {
|
||||
display: block;
|
||||
position: absolute;
|
||||
background: var(--color-base-background);
|
||||
padding: 1rem 0.6rem 0.6rem 0;
|
||||
z-index: 1000;
|
||||
width: 100%;
|
||||
left: -0.1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.search_box {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue