Fix minori su dashboard

This commit is contained in:
loviuz 2023-02-24 19:10:51 +01:00
parent 2b77c2ee4a
commit 81fc6c5cff
2 changed files with 6 additions and 3 deletions

View File

@ -1103,9 +1103,9 @@ div.tip {
}
/* Stile Fullcalendar per weekend */
.fc-sat,
.fc-sun {
background-color: rgba(255, 99, 71, 0.6) !important;
.fc-day-sat,
.fc-day-sun {
background-color: rgba(255,49,21,.3) !important;
}
.login-box .img-responsive {

View File

@ -509,6 +509,9 @@ globals.dashboard = {
/* locales: allLocales, */
locale: globals.locale,
slotEventOverlap: false,
weekNumbers: true,
weekText: "W",
nowIndicator: true,
schedulerLicenseKey: "GPL-My-Project-Is-Open-Source",
hiddenDays: globals.dashboard.show_sunday ? [] : [0],
headerToolbar: {