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:
parent
2b77c2ee4a
commit
81fc6c5cff
@ -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 {
|
||||||
|
@ -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: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user