Improve the look of the first/last hour slots (for each day).
This commit is contained in:
parent
a192765b03
commit
362c7400eb
1 changed files with 15 additions and 4 deletions
|
@ -70,13 +70,24 @@
|
||||||
background-color: #FCFCFC;/* #464646; */
|
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;
|
border-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cal-container .cal-time-slot.cal-new-day,
|
#cal-container .cal-time-slot-hour.cal-last-hour {
|
||||||
#cal-container .cal-time-slot-hour.cal-new-day {
|
padding: 0;
|
||||||
border-left: 2px solid #AAA;
|
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 */
|
/* Events */
|
||||||
|
|
Loading…
Reference in a new issue