cursor pointer on clickable elements

This commit is contained in:
Thomas Rupprecht 2022-12-25 01:35:00 +01:00
parent c3cf1e9b96
commit b41bf2b183
1 changed files with 4 additions and 0 deletions

View File

@ -50,6 +50,7 @@ h2 {
}
summary {
margin: 6px 12px 6px;
cursor: pointer;
}
summary > h2 {
margin: 0;
@ -70,6 +71,9 @@ svg {
width: 23px;
margin-right: 4px;
}
.link {
cursor: pointer;
}
#calendar > div > svg, #state > svg {
margin-right: 4px;