vendor/assets/stylesheets/calendar.css.scss in flashgrid-ext-2.3.0 vs vendor/assets/stylesheets/calendar.css.scss in flashgrid-ext-3.0.0
- old
+ new
@@ -27,11 +27,11 @@
}
/* #Calendar Header
================================================== */
.calendar-header {
- background: rgba(58,144,216,1);
+ background: rgba(15,135,226,1);
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.calendar-header td {
padding: 15px 10px 10px 10px;
@@ -76,15 +76,15 @@
}
/* #Calendar Cell Style
================================================== */
.calendar-widget-header,
-.calendar-widget-content { border: 1px solid rgba(217,222,225,1); }
-.calendar-state-highlight { background: rgba(58,144,216,0.10); }
+.calendar-widget-content { border: 1px solid rgba(225,232,237,1); }
+.calendar-state-highlight { background: rgba(15,135,226,0.10); }
.calendar-state-highlight .calendar-day-number { font-weight: 500; }
.calendar-cell-overlay {
- background: rgba(58,144,216,1);
+ background: rgba(15,135,226,1);
opacity: 0.3;
filter: alpha(opacity=30);
}
/* #Calendar Buttons
@@ -138,12 +138,12 @@
================================================== */
.calendar-event-container > * { z-index: 8; }
.calendar-event-container > .ui-draggable-dragging,
.calendar-event-container > .ui-resizable-resizing { z-index: 9; }
.calendar-event {
- background: rgba(236,238,241,1);
- border: 1px solid rgba(217,222,225,1);
+ background: rgba(245,248,250,1);
+ border: 1px solid rgba(225,232,237,1);
border-radius: 2px;
color: rgba(71,74,84,1);
cursor: pointer;
display: inline-block;
padding: 4px 5px 5px 5px;
@@ -215,11 +215,11 @@
.calendar-border-separate tbody tr.calendar-first th { border-top-width: 0; }
/* #Calendar Month View, Basic Week View, Basic Day View
================================================== */
.calendar-grid th {
- background: rgba(236,238,241,1);
+ background: rgba(245,248,250,1);
color: rgba(71,74,84,1);
font-size: 11px;
font-weight: bold;
letter-spacing: 1px;
padding: 6px 5px 5px 5px;
@@ -244,21 +244,21 @@
.calendar-grid .calendar-day-content {
clear: both;
padding: 2px; /* distance between events and day edges */
}
.calendar-grid .calendar-event-time {
- color: rgba(58,144,216,1);
+ color: rgba(15,135,226,1);
margin-right: 5px;
}
.calendar-rtl .calendar-grid .calendar-day-number { float: left; }
.calendar-rtl .calendar-grid .calendar-event-time { float: right; }
/* #Calendar Agenda Week View, Agenda Day View
================================================== */
.calendar-agenda table { border-collapse: separate; }
.calendar-agenda-days th {
- background: rgba(236,238,241,1);
+ background: rgba(245,248,250,1);
color: rgba(71,74,84,1);
font-size: 11px;
font-weight: bold;
letter-spacing: 1px;
padding: 6px 5px 5px 5px;
@@ -283,11 +283,11 @@
.calendar-agenda-allday .calendar-day-content {
min-height: 34px;
height: 34px;
}
.calendar-agenda-divider-inner {
- background: rgba(236,238,241,1);
+ background: rgba(245,248,250,1);
height: 2px;
overflow: hidden;
}
.calendar-agenda-slots th { border-width: 1px 1px 0; }
.calendar-agenda-slots td {
@@ -313,11 +313,11 @@
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
border-bottom-width: 1px;
}
.calendar-event-vert .calendar-event-time {
- color: rgba(58,144,216,1);
+ color: rgba(15,135,226,1);
font-size: 11px;
white-space: nowrap;
}
.calendar-event-vert .calendar-event-inner {
position: relative;
@@ -328,10 +328,10 @@
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
- background: rgba(236,238,241,1);
+ background: rgba(245,248,250,1);
opacity: .25;
filter: alpha(opacity=25);
}
.calendar .ui-draggable-dragging .calendar-event-bg,
.calendar-select-helper .calendar-event-bg { display: none\9; }
\ No newline at end of file