1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-28 06:29:27 +01:00

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 */ /* Stile Fullcalendar per weekend */
.fc-sat, .fc-day-sat,
.fc-sun { .fc-day-sun {
background-color: rgba(255, 99, 71, 0.6) !important; background-color: rgba(255,49,21,.3) !important;
} }
.login-box .img-responsive { .login-box .img-responsive {

View File

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