mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-01 10:37:31 +01:00
Correzione stile Fullcalendar per weekend
This commit is contained in:
parent
4c41d3ec12
commit
1e5693bbc8
@ -1063,3 +1063,8 @@ div.tip {
|
|||||||
.div-loading {
|
.div-loading {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Stile Fullcalendar per weekend */
|
||||||
|
.fc-sat, .fc-sun {
|
||||||
|
background-color: rgba(255, 99, 71, 0.6) !important;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user