From 81fc6c5cff8f04f4910320c82e5358cc715f13d0 Mon Sep 17 00:00:00 2001 From: loviuz Date: Fri, 24 Feb 2023 19:10:51 +0100 Subject: [PATCH] Fix minori su dashboard --- assets/src/css/style.css | 6 +++--- modules/dashboard/edit.php | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/assets/src/css/style.css b/assets/src/css/style.css index ae89641f7..2da906138 100755 --- a/assets/src/css/style.css +++ b/assets/src/css/style.css @@ -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 { diff --git a/modules/dashboard/edit.php b/modules/dashboard/edit.php index 300b48c93..165350a21 100755 --- a/modules/dashboard/edit.php +++ b/modules/dashboard/edit.php @@ -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: {