fix selected day style in last month

This commit is contained in:
afc163 2015-12-29 11:03:14 +08:00
parent 46092adbea
commit 476b09bf7d

View File

@ -179,6 +179,11 @@
color: @primary-color;
}
&-last-month-cell &-date,
&-next-month-btn-day &-date {
color: #ccc;
}
&-selected-day &-date {
background: @primary-color;
color: #fff;
@ -211,11 +216,6 @@
border-bottom-right-radius: 4px;
}
&-last-month-cell &-date,
&-next-month-btn-day &-date {
color: #bbb;
}
&-footer {
padding: 0 15px;
height: 38px;