1
0
Fork 0
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:
Frédéric Guillot 2018-09-21 22:27:53 -07:00
parent beb7a0cfcb
commit 5d75089127
4 changed files with 52 additions and 41 deletions

File diff suppressed because one or more lines are too long

View file

@ -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;