This commit is contained in:
parent
a5dd0edb6b
commit
8e806d62fb
2 changed files with 6 additions and 4 deletions
|
@ -8,12 +8,14 @@
|
|||
}
|
||||
|
||||
/* Filters */
|
||||
div.filters label input {
|
||||
display: none;
|
||||
}
|
||||
div.filters {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
div.filters label input {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div.filters label {
|
||||
border: 1px solid
|
||||
color-mix(in srgb, var(--background) 50%, var(--border-color));
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
<!-- Filters -->
|
||||
<div class="filters">
|
||||
{{#langs}}
|
||||
Filtres : {{#langs}}
|
||||
<label><input type="checkbox" value="{{code}}" />{{name}}</label>
|
||||
{{/langs}}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue