mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Merge pull request #3023 from AHOHNMYC/improve-filters-visual
Filters visual improvement
This commit is contained in:
commit
4a369bb3c0
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@ summary {
|
||||||
font-size: 1.17em;
|
font-size: 1.17em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin: 0 auto 10px auto;
|
margin: 0 auto 10px auto;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
summary::-webkit-details-marker,
|
summary::-webkit-details-marker,
|
||||||
|
@ -19,7 +20,7 @@ summary:before {
|
||||||
width: 40px;
|
width: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
details[open] > summary:before { content: "[ ‒ ]"; }
|
details[open] > summary:before { content: "[ − ]"; }
|
||||||
|
|
||||||
|
|
||||||
#filters-box {
|
#filters-box {
|
||||||
|
|
Loading…
Reference in a new issue