Skip to content

Commit 7758f90

Browse files
committed
fix calendar
1 parent c09d974 commit 7758f90

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

css/modern.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6593,6 +6593,10 @@ License: CC BY-SA 3.0 -- http://creativecommons.org/licenses/by-sa/3.0/
65936593
border: 1px #ccc solid;
65946594
width: 100%;
65956595
border-collapse: collapse;
6596+
margin: 0;
6597+
}
6598+
.metrouicss .calendar tr:empty {
6599+
display: none;
65966600
}
65976601
.metrouicss .calendar td,
65986602
.metrouicss .calendar th {
@@ -6611,6 +6615,7 @@ License: CC BY-SA 3.0 -- http://creativecommons.org/licenses/by-sa/3.0/
66116615
}
66126616
.metrouicss .calendar .empty-day {
66136617
border: 0 !important;
6618+
display: none;
66146619
}
66156620
.metrouicss .calendar .weekdays td {
66166621
background-color: #eff4ff !important;

0 commit comments

Comments
 (0)