vendor/assets/stylesheets/calendar.css.scss in flashgrid-ext-1.0.1 vs vendor/assets/stylesheets/calendar.css.scss in flashgrid-ext-1.0.2

- old
+ new

@@ -121,11 +121,11 @@ .calendar-state-active { background: rgba(255,255,255,1); color: rgba(71,74,84,1); outline: 0; } -.calendar-state-disabled { display: non; } +.calendar-state-disabled { display: none; } .calendar-text-arrow { font-size: 17px; line-height: 16px; font-family: Monaco, Menlo, Consolas, "Courier New", monospace; vertical-align: baseline; @@ -173,18 +173,18 @@ margin-bottom: 1px; } .calendar-ltr .calendar-event-hori.calendar-event-start, .calendar-rtl .calendar-event-hori.calendar-event-end { border-left-width: 1px; - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; + border-top-left-radius: 2px; + border-bottom-left-radius: 2px; } .calendar-ltr .calendar-event-hori.calendar-event-end, .calendar-rtl .calendar-event-hori.calendar-event-start { border-right-width: 1px; - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; + border-top-right-radius: 2px; + border-bottom-right-radius: 2px; } .calendar-event-hori .ui-resizable-e { cursor: e-resize; height: 100% !important; right: -3px !important; @@ -302,16 +302,16 @@ /* #Calendar Vertical Events ================================================== */ .calendar-event-vert { border-width: 0 1px; } .calendar-event-vert.calendar-event-start { border-top-width: 1px; - border-top-left-radius: 3px; - border-top-right-radius: 3px; + border-top-left-radius: 2px; + border-top-right-radius: 2px; } .calendar-event-vert.calendar-event-end { border-bottom-width: 1px; - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; + border-bottom-left-radius: 2px; + border-bottom-right-radius: 2px; } .calendar-event-vert .calendar-event-time { color: rgba(58,144,216,1); font-size: 11px; white-space: nowrap; \ No newline at end of file