summaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css')
-rw-r--r--public/css/calendar.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/public/css/calendar.css b/public/css/calendar.css
index b24fe5b..c96b91e 100644
--- a/public/css/calendar.css
+++ b/public/css/calendar.css
@@ -1,7 +1,8 @@
1.event{ 1#event{
2 border: 2px double; 2 border: 2px double;
3 border-radius: 5px; 3 border-radius: 5px;
4 width: max-content; 4 max-width: 250px;
5 /*width: max-content;*/
5 padding: 5px; 6 padding: 5px;
6} 7}
7#calendar_zone{ 8#calendar_zone{
@@ -33,6 +34,9 @@ td .fc-timegrid-axis{
33.fc-day-other{ 34.fc-day-other{
34 background-color: #f0f0f0; 35 background-color: #f0f0f0;
35} 36}
37.fc-daygrid-day:not(.fc-day-other, .fc-day-today){
38 background-color: #ffffff;
39}
36.fc-daygrid-day-top{ 40.fc-daygrid-day-top{
37 justify-content: center; 41 justify-content: center;
38} 42}