full calendar support started

This commit is contained in:
Jörg Henke
2023-05-08 22:30:09 +02:00
parent 1639bf31fe
commit 62ef5140bc
5 changed files with 101 additions and 15 deletions

View File

@ -246,6 +246,13 @@ body {
border: 1px solid silver;
}
.tab-pane-glassy {
background: rgba(255, 255, 255, 0.5);
padding: 8px;
border-radius: 4px;
border: 1px solid silver;
}
.inputtimefield {
min-width: 70px !important;
}