vendor/assets/stylesheets/components/_calendar.scss in active_frontend-14.1.39 vs vendor/assets/stylesheets/components/_calendar.scss in active_frontend-14.1.40

- old
+ new

@@ -19,9 +19,21 @@ th { padding: 0; vertical-align: top; } th.calendar-widget-header { padding: 6px 0 5px; } + thead { + tr:first-child { + th:first-child { border-top-left-radius: border-radius(b); } + th:last-child { border-top-right-radius: border-radius(b); } + } + } + tbody { + tr:last-child { + td:first-child { border-bottom-left-radius: border-radius(b); } + td:last-child { border-bottom-right-radius: border-radius(b); } + } + } .ui-resizable-handle { display: none; } } .calendar-header td { padding-bottom: 20px;