Improve the look of the first/last hour slots (for each day).

This commit is contained in:
Daru13 2018-11-24 03:22:33 +01:00
parent a192765b03
commit 362c7400eb

View file

@ -70,13 +70,24 @@
background-color: #FCFCFC;/* #464646; */
}
#cal-container .cal-time-slot-hour:last-child {
#cal-container .cal-time-slot-hour:first-child {
color: transparent;
border-right: 0;
}
#cal-container .cal-time-slot.cal-new-day,
#cal-container .cal-time-slot-hour.cal-new-day {
border-left: 2px solid #AAA;
#cal-container .cal-time-slot-hour.cal-last-hour {
padding: 0;
color: transparent;
}
#cal-container .cal-time-slot.cal-last-hour,
#cal-container .cal-time-slot-hour.cal-last-hour {
border-right: 1px solid #AAA;
}
#cal-container .cal-time-slot.cal-first-hour,
#cal-container .cal-time-slot-hour.cal-first-hour {
border-left: 1px solid #AAA;
}
/* Events */