#26 - Loading animation + success message fix
This commit was merged in pull request #31.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user