Merge pull request #3023 from AHOHNMYC/improve-filters-visual

Filters visual improvement
This commit is contained in:
Samantaz Fox 2022-04-14 20:36:53 +02:00 committed by GitHub
commit 4a369bb3c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ summary {
font-size: 1.17em;
font-weight: bold;
margin: 0 auto 10px auto;
cursor: pointer;
}
summary::-webkit-details-marker,
@ -19,7 +20,7 @@ summary:before {
width: 40px;
}
details[open] > summary:before { content: "[ ]"; }
details[open] > summary:before { content: "[ ]"; }
#filters-box {