Skip to content

Commit

Permalink
better css for calendar, thanks @sprobst
Browse files Browse the repository at this point in the history
  • Loading branch information
csae8092 committed Jun 25, 2024
1 parent 4c167aa commit ec7f956
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions html/css/calendar.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,18 +142,25 @@ input {
}

input[type="radio"]:checked+span {
border: 2px solid var(--mehrere_briefe);
outline: 2px solid var(--mehrere_briefe);
border-radius: 10%;
padding: 2px;
outline-offset: 2px;
}

.dot {
height: 25px;
width: 25px;
border-radius: 50%;
display: inline-block;
flex-shrink: 0;
}

.legend-item {
padding: 1em
padding-left: 1em
}

acdh-ch-calendar-legend li {
padding-block: 0.5em;
display: flex;
align-items: center ;
}

0 comments on commit ec7f956

Please sign in to comment.