calendar and styles fixes

This commit is contained in:
2023-01-16 16:28:56 +03:00
parent 6315a4e7bb
commit d8720a9eb2
7 changed files with 58 additions and 16 deletions

View File

@ -92,6 +92,11 @@
letter-spacing: normal;
line-height: normal;
text-align: center;
a {
text-decoration: none;
color: #000000;
}
}
}
}
@ -263,3 +268,7 @@
.selected {
background-color: #f9f9c3 !important;
}
.block {
pointer-events: none;
}