#26 - Loading animation + success message fix

This commit was merged in pull request #31.
This commit is contained in:
Martin Slachta
2026-06-22 11:20:28 +02:00
parent c754e18a82
commit 97ee8fc991
32 changed files with 597 additions and 175 deletions
+8 -4
View File
@@ -128,16 +128,20 @@
flex-grow: 1;
}
.rsv-calendar td {
.rsv-calendar td.rsv-cal-cell {
-webkit-user-select:none;user-select:none;
padding: 0;
z-index: -1;
}
.rsv-calendar td label {
.rsv-calendar td.rsv-cal-cell label {
margin-left:auto;
margin-right:auto;
width: 40px;
height: 40px;
line-height: 40px;
display: block;
padding: 0.25em;
border-radius: var(--s-4);
border-radius: 50%;
transition: background-color 0.3s ease;
}