mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-14 08:26:43 +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 */
|
||||
.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 {
|
||||
|
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user