mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
change search summary icon
This commit is contained in:
parent
c217a31444
commit
fa7508e28d
2 changed files with 17 additions and 0 deletions
|
@ -223,6 +223,20 @@ a:hover {
|
|||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.search details[open] svg {
|
||||
rotate: 180deg;
|
||||
}
|
||||
|
||||
.search details > summary {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.search details > summary::marker, /* Latest Chrome, Edge, Firefox */
|
||||
.search details > summary::-webkit-details-marker /* Safari */ {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
.search-toggle-switch {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue