render hours

This commit is contained in:
Tykayn 2025-06-06 23:55:50 +02:00 committed by tykayn
parent 9b09b0d59d
commit 56ec8ba4f0
3 changed files with 252 additions and 28 deletions

View file

@ -83,4 +83,20 @@ table.js-sort-table th:active {
#attribution {
font-size: 0.6rem;
}
#restaurant .form-check-label {
margin-top: 0;
display: block;
cursor: pointer;
}
#restaurant .form-check-label:hover {
background-color: #f0f0f0;
color: #1e40c6;
}
#advanced_tags {
border-left: solid 3px #ccc;
padding-left: 2rem;
}