mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
Use disclosure widget <details> for advanced feed options
This commit is contained in:
parent
beb7a0cfcb
commit
5d75089127
4 changed files with 52 additions and 41 deletions
File diff suppressed because one or more lines are too long
|
@ -313,6 +313,15 @@ input[type="checkbox"] {
|
|||
margin-left: 10px;
|
||||
}
|
||||
|
||||
details > summary {
|
||||
outline: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.details-content {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
/* Buttons */
|
||||
a.button {
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue