Skip to content

Commit

Permalink
ver. 0.20.5-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
光弘 committed Jun 19, 2018
1 parent 3ae8d69 commit c3cc9ec
Show file tree
Hide file tree
Showing 14 changed files with 105 additions and 105 deletions.
40 changes: 20 additions & 20 deletions assets/blue-compatible.css
Expand Up @@ -4344,27 +4344,27 @@
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
animation-play-state: paused;
}
.uxcore .kuma-calendar-picker-slide-up-enter.uxcore .kuma-calendar-picker-slide-up-enter-active.uxcore .kuma-calendar-picker-placement-bottomLeft,
.uxcore .kuma-calendar-picker-slide-up-enter.uxcore .kuma-calendar-picker-slide-up-enter-active.uxcore .kuma-calendar-picker-placement-bottomRight,
.uxcore .kuma-calendar-picker-slide-up-appear.uxcore .kuma-calendar-picker-slide-up-appear-active.uxcore .kuma-calendar-picker-placement-bottomLeft,
.uxcore .kuma-calendar-picker-slide-up-appear.uxcore .kuma-calendar-picker-slide-up-appear-active.uxcore .kuma-calendar-picker-placement-bottomRight {
.uxcore .kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-enter-active.kuma-calendar-picker-placement-bottomLeft,
.uxcore .kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-appear-active.kuma-calendar-picker-placement-bottomLeft,
.uxcore .kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-enter-active.kuma-calendar-picker-placement-bottomRight,
.uxcore .kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-appear-active.kuma-calendar-picker-placement-bottomRight {
animation-name: rcDropdownSlideUpIn;
animation-play-state: running;
}
.uxcore .kuma-calendar-picker-slide-up-enter.uxcore .kuma-calendar-picker-slide-up-enter-active.uxcore .kuma-calendar-picker-placement-topLeft,
.uxcore .kuma-calendar-picker-slide-up-enter.uxcore .kuma-calendar-picker-slide-up-enter-active.uxcore .kuma-calendar-picker-placement-topRight,
.uxcore .kuma-calendar-picker-slide-up-appear.uxcore .kuma-calendar-picker-slide-up-appear-active.uxcore .kuma-calendar-picker-placement-topLeft,
.uxcore .kuma-calendar-picker-slide-up-appear.uxcore .kuma-calendar-picker-slide-up-appear-active.uxcore .kuma-calendar-picker-placement-topRight {
.uxcore .kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-enter-active.kuma-calendar-picker-placement-topLeft,
.uxcore .kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-appear-active.kuma-calendar-picker-placement-topLeft,
.uxcore .kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-enter-active.kuma-calendar-picker-placement-topRight,
.uxcore .kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-appear-active.kuma-calendar-picker-placement-topRight {
animation-name: rcDropdownSlideDownIn;
animation-play-state: running;
}
.uxcore .kuma-calendar-picker-slide-up-leave.uxcore .kuma-calendar-picker-slide-up-leave-active.uxcore .kuma-calendar-picker-placement-bottomLeft,
.uxcore .kuma-calendar-picker-slide-up-leave.uxcore .kuma-calendar-picker-slide-up-leave-active.uxcore .kuma-calendar-picker-placement-bottomRight {
.uxcore .kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-leave-active.kuma-calendar-picker-placement-bottomLeft,
.uxcore .kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-leave-active.kuma-calendar-picker-placement-bottomRight {
animation-name: rcDropdownSlideUpOut;
animation-play-state: running;
}
.uxcore .kuma-calendar-picker-slide-up-leave.uxcore .kuma-calendar-picker-slide-up-leave-active.uxcore .kuma-calendar-picker-placement-topLeft,
.uxcore .kuma-calendar-picker-slide-up-leave.uxcore .kuma-calendar-picker-slide-up-leave-active.uxcore .kuma-calendar-picker-placement-topRight {
.uxcore .kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-leave-active.kuma-calendar-picker-placement-topLeft,
.uxcore .kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-leave-active.kuma-calendar-picker-placement-topRight {
animation-name: rcDropdownSlideDownOut;
animation-play-state: running;
}
Expand Down Expand Up @@ -4663,34 +4663,34 @@
.uxcore .kuma-calendar-date.weekend {
color: #0079F2;
}
.uxcore .kuma-calendar-today .uxcore .kuma-calendar-date {
.uxcore .kuma-calendar-today .kuma-calendar-date {
border: 1px solid #0079F2;
color: #0079F2;
}
.uxcore .kuma-calendar-selected-day .uxcore .kuma-calendar-date {
.uxcore .kuma-calendar-selected-day .kuma-calendar-date {
background: #0079F2;
color: #fff;
}
.uxcore .kuma-calendar-disabled-cell .uxcore .kuma-calendar-date {
.uxcore .kuma-calendar-disabled-cell .kuma-calendar-date {
cursor: not-allowed;
color: #bcbcbc;
background: #f3f3f3;
border-radius: 0;
width: auto;
}
.uxcore .kuma-calendar-disabled-cell .uxcore .kuma-calendar-date:hover {
.uxcore .kuma-calendar-disabled-cell .kuma-calendar-date:hover {
background: #f3f3f3;
}
.uxcore .kuma-calendar-disabled-cell-first-of-row .uxcore .kuma-calendar-date {
.uxcore .kuma-calendar-disabled-cell-first-of-row .kuma-calendar-date {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.uxcore .kuma-calendar-disabled-cell-last-of-row .uxcore .kuma-calendar-date {
.uxcore .kuma-calendar-disabled-cell-last-of-row .kuma-calendar-date {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.uxcore .kuma-calendar-last-month-cell .uxcore .kuma-calendar-date,
.uxcore .kuma-calendar-next-month-btn-day .uxcore .kuma-calendar-date {
.uxcore .kuma-calendar-last-month-cell .kuma-calendar-date,
.uxcore .kuma-calendar-next-month-btn-day .kuma-calendar-date {
color: rgba(31, 56, 88, 0.3);
}
.uxcore .kuma-calendar-footer {
Expand Down
2 changes: 1 addition & 1 deletion assets/blue-compatible.min.css

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions assets/blue.css
Expand Up @@ -4021,27 +4021,27 @@ a.kuma-button.kuma-button-disabled:visited {
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
animation-play-state: paused;
}
.kuma-calendar-picker-slide-up-enter.kuma-calendar-picker-slide-up-enter-active.kuma-calendar-picker-placement-bottomLeft,
.kuma-calendar-picker-slide-up-enter.kuma-calendar-picker-slide-up-enter-active.kuma-calendar-picker-placement-bottomRight,
.kuma-calendar-picker-slide-up-appear.kuma-calendar-picker-slide-up-appear-active.kuma-calendar-picker-placement-bottomLeft,
.kuma-calendar-picker-slide-up-appear.kuma-calendar-picker-slide-up-appear-active.kuma-calendar-picker-placement-bottomRight {
.kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-enter-active.kuma-calendar-picker-placement-bottomLeft,
.kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-appear-active.kuma-calendar-picker-placement-bottomLeft,
.kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-enter-active.kuma-calendar-picker-placement-bottomRight,
.kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-appear-active.kuma-calendar-picker-placement-bottomRight {
animation-name: rcDropdownSlideUpIn;
animation-play-state: running;
}
.kuma-calendar-picker-slide-up-enter.kuma-calendar-picker-slide-up-enter-active.kuma-calendar-picker-placement-topLeft,
.kuma-calendar-picker-slide-up-enter.kuma-calendar-picker-slide-up-enter-active.kuma-calendar-picker-placement-topRight,
.kuma-calendar-picker-slide-up-appear.kuma-calendar-picker-slide-up-appear-active.kuma-calendar-picker-placement-topLeft,
.kuma-calendar-picker-slide-up-appear.kuma-calendar-picker-slide-up-appear-active.kuma-calendar-picker-placement-topRight {
.kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-enter-active.kuma-calendar-picker-placement-topLeft,
.kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-appear-active.kuma-calendar-picker-placement-topLeft,
.kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-enter-active.kuma-calendar-picker-placement-topRight,
.kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-appear-active.kuma-calendar-picker-placement-topRight {
animation-name: rcDropdownSlideDownIn;
animation-play-state: running;
}
.kuma-calendar-picker-slide-up-leave.kuma-calendar-picker-slide-up-leave-active.kuma-calendar-picker-placement-bottomLeft,
.kuma-calendar-picker-slide-up-leave.kuma-calendar-picker-slide-up-leave-active.kuma-calendar-picker-placement-bottomRight {
.kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-leave-active.kuma-calendar-picker-placement-bottomLeft,
.kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-leave-active.kuma-calendar-picker-placement-bottomRight {
animation-name: rcDropdownSlideUpOut;
animation-play-state: running;
}
.kuma-calendar-picker-slide-up-leave.kuma-calendar-picker-slide-up-leave-active.kuma-calendar-picker-placement-topLeft,
.kuma-calendar-picker-slide-up-leave.kuma-calendar-picker-slide-up-leave-active.kuma-calendar-picker-placement-topRight {
.kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-leave-active.kuma-calendar-picker-placement-topLeft,
.kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-leave-active.kuma-calendar-picker-placement-topRight {
animation-name: rcDropdownSlideDownOut;
animation-play-state: running;
}
Expand Down
2 changes: 1 addition & 1 deletion assets/blue.min.css

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions assets/green-compatible.css
Expand Up @@ -4344,27 +4344,27 @@
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
animation-play-state: paused;
}
.uxcore .kuma-calendar-picker-slide-up-enter.uxcore .kuma-calendar-picker-slide-up-enter-active.uxcore .kuma-calendar-picker-placement-bottomLeft,
.uxcore .kuma-calendar-picker-slide-up-enter.uxcore .kuma-calendar-picker-slide-up-enter-active.uxcore .kuma-calendar-picker-placement-bottomRight,
.uxcore .kuma-calendar-picker-slide-up-appear.uxcore .kuma-calendar-picker-slide-up-appear-active.uxcore .kuma-calendar-picker-placement-bottomLeft,
.uxcore .kuma-calendar-picker-slide-up-appear.uxcore .kuma-calendar-picker-slide-up-appear-active.uxcore .kuma-calendar-picker-placement-bottomRight {
.uxcore .kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-enter-active.kuma-calendar-picker-placement-bottomLeft,
.uxcore .kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-appear-active.kuma-calendar-picker-placement-bottomLeft,
.uxcore .kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-enter-active.kuma-calendar-picker-placement-bottomRight,
.uxcore .kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-appear-active.kuma-calendar-picker-placement-bottomRight {
animation-name: rcDropdownSlideUpIn;
animation-play-state: running;
}
.uxcore .kuma-calendar-picker-slide-up-enter.uxcore .kuma-calendar-picker-slide-up-enter-active.uxcore .kuma-calendar-picker-placement-topLeft,
.uxcore .kuma-calendar-picker-slide-up-enter.uxcore .kuma-calendar-picker-slide-up-enter-active.uxcore .kuma-calendar-picker-placement-topRight,
.uxcore .kuma-calendar-picker-slide-up-appear.uxcore .kuma-calendar-picker-slide-up-appear-active.uxcore .kuma-calendar-picker-placement-topLeft,
.uxcore .kuma-calendar-picker-slide-up-appear.uxcore .kuma-calendar-picker-slide-up-appear-active.uxcore .kuma-calendar-picker-placement-topRight {
.uxcore .kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-enter-active.kuma-calendar-picker-placement-topLeft,
.uxcore .kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-appear-active.kuma-calendar-picker-placement-topLeft,
.uxcore .kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-enter-active.kuma-calendar-picker-placement-topRight,
.uxcore .kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-appear-active.kuma-calendar-picker-placement-topRight {
animation-name: rcDropdownSlideDownIn;
animation-play-state: running;
}
.uxcore .kuma-calendar-picker-slide-up-leave.uxcore .kuma-calendar-picker-slide-up-leave-active.uxcore .kuma-calendar-picker-placement-bottomLeft,
.uxcore .kuma-calendar-picker-slide-up-leave.uxcore .kuma-calendar-picker-slide-up-leave-active.uxcore .kuma-calendar-picker-placement-bottomRight {
.uxcore .kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-leave-active.kuma-calendar-picker-placement-bottomLeft,
.uxcore .kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-leave-active.kuma-calendar-picker-placement-bottomRight {
animation-name: rcDropdownSlideUpOut;
animation-play-state: running;
}
.uxcore .kuma-calendar-picker-slide-up-leave.uxcore .kuma-calendar-picker-slide-up-leave-active.uxcore .kuma-calendar-picker-placement-topLeft,
.uxcore .kuma-calendar-picker-slide-up-leave.uxcore .kuma-calendar-picker-slide-up-leave-active.uxcore .kuma-calendar-picker-placement-topRight {
.uxcore .kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-leave-active.kuma-calendar-picker-placement-topLeft,
.uxcore .kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-leave-active.kuma-calendar-picker-placement-topRight {
animation-name: rcDropdownSlideDownOut;
animation-play-state: running;
}
Expand Down Expand Up @@ -4663,34 +4663,34 @@
.uxcore .kuma-calendar-date.weekend {
color: #ff6f00;
}
.uxcore .kuma-calendar-today .uxcore .kuma-calendar-date {
.uxcore .kuma-calendar-today .kuma-calendar-date {
border: 1px solid #ff6f00;
color: #ff6f00;
}
.uxcore .kuma-calendar-selected-day .uxcore .kuma-calendar-date {
.uxcore .kuma-calendar-selected-day .kuma-calendar-date {
background: #ff6f00;
color: #fff;
}
.uxcore .kuma-calendar-disabled-cell .uxcore .kuma-calendar-date {
.uxcore .kuma-calendar-disabled-cell .kuma-calendar-date {
cursor: not-allowed;
color: #bcbcbc;
background: #f3f3f3;
border-radius: 0;
width: auto;
}
.uxcore .kuma-calendar-disabled-cell .uxcore .kuma-calendar-date:hover {
.uxcore .kuma-calendar-disabled-cell .kuma-calendar-date:hover {
background: #f3f3f3;
}
.uxcore .kuma-calendar-disabled-cell-first-of-row .uxcore .kuma-calendar-date {
.uxcore .kuma-calendar-disabled-cell-first-of-row .kuma-calendar-date {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.uxcore .kuma-calendar-disabled-cell-last-of-row .uxcore .kuma-calendar-date {
.uxcore .kuma-calendar-disabled-cell-last-of-row .kuma-calendar-date {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.uxcore .kuma-calendar-last-month-cell .uxcore .kuma-calendar-date,
.uxcore .kuma-calendar-next-month-btn-day .uxcore .kuma-calendar-date {
.uxcore .kuma-calendar-last-month-cell .kuma-calendar-date,
.uxcore .kuma-calendar-next-month-btn-day .kuma-calendar-date {
color: rgba(31, 56, 88, 0.3);
}
.uxcore .kuma-calendar-footer {
Expand Down
2 changes: 1 addition & 1 deletion assets/green-compatible.min.css

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions assets/green.css
Expand Up @@ -4021,27 +4021,27 @@ a.kuma-button.kuma-button-disabled:visited {
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
animation-play-state: paused;
}
.kuma-calendar-picker-slide-up-enter.kuma-calendar-picker-slide-up-enter-active.kuma-calendar-picker-placement-bottomLeft,
.kuma-calendar-picker-slide-up-enter.kuma-calendar-picker-slide-up-enter-active.kuma-calendar-picker-placement-bottomRight,
.kuma-calendar-picker-slide-up-appear.kuma-calendar-picker-slide-up-appear-active.kuma-calendar-picker-placement-bottomLeft,
.kuma-calendar-picker-slide-up-appear.kuma-calendar-picker-slide-up-appear-active.kuma-calendar-picker-placement-bottomRight {
.kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-enter-active.kuma-calendar-picker-placement-bottomLeft,
.kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-appear-active.kuma-calendar-picker-placement-bottomLeft,
.kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-enter-active.kuma-calendar-picker-placement-bottomRight,
.kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-appear-active.kuma-calendar-picker-placement-bottomRight {
animation-name: rcDropdownSlideUpIn;
animation-play-state: running;
}
.kuma-calendar-picker-slide-up-enter.kuma-calendar-picker-slide-up-enter-active.kuma-calendar-picker-placement-topLeft,
.kuma-calendar-picker-slide-up-enter.kuma-calendar-picker-slide-up-enter-active.kuma-calendar-picker-placement-topRight,
.kuma-calendar-picker-slide-up-appear.kuma-calendar-picker-slide-up-appear-active.kuma-calendar-picker-placement-topLeft,
.kuma-calendar-picker-slide-up-appear.kuma-calendar-picker-slide-up-appear-active.kuma-calendar-picker-placement-topRight {
.kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-enter-active.kuma-calendar-picker-placement-topLeft,
.kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-appear-active.kuma-calendar-picker-placement-topLeft,
.kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-enter-active.kuma-calendar-picker-placement-topRight,
.kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-appear-active.kuma-calendar-picker-placement-topRight {
animation-name: rcDropdownSlideDownIn;
animation-play-state: running;
}
.kuma-calendar-picker-slide-up-leave.kuma-calendar-picker-slide-up-leave-active.kuma-calendar-picker-placement-bottomLeft,
.kuma-calendar-picker-slide-up-leave.kuma-calendar-picker-slide-up-leave-active.kuma-calendar-picker-placement-bottomRight {
.kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-leave-active.kuma-calendar-picker-placement-bottomLeft,
.kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-leave-active.kuma-calendar-picker-placement-bottomRight {
animation-name: rcDropdownSlideUpOut;
animation-play-state: running;
}
.kuma-calendar-picker-slide-up-leave.kuma-calendar-picker-slide-up-leave-active.kuma-calendar-picker-placement-topLeft,
.kuma-calendar-picker-slide-up-leave.kuma-calendar-picker-slide-up-leave-active.kuma-calendar-picker-placement-topRight {
.kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-leave-active.kuma-calendar-picker-placement-topLeft,
.kuma-calendar-picker-slide-up.kuma-calendar-picker-slide-up-leave-active.kuma-calendar-picker-placement-topRight {
animation-name: rcDropdownSlideDownOut;
animation-play-state: running;
}
Expand Down
2 changes: 1 addition & 1 deletion assets/green.min.css

Large diffs are not rendered by default.

0 comments on commit c3cc9ec

Please sign in to comment.