mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 02:22:22 +02:00
fix dark "expand" button from infobox
This commit is contained in:
parent
ae122ea943
commit
419b907a0b
8 changed files with 35 additions and 4 deletions
|
@ -341,6 +341,10 @@ input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not
|
|||
width: 100%;
|
||||
text-align: center;
|
||||
margin-bottom: 0px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.infobox .infobox_toggle:hover {
|
||||
background: #DDD;
|
||||
}
|
||||
.infobox .infobox_checkbox ~ .infobox_body {
|
||||
max-height: 300px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue