Browse Source

update date hover color

pull/26/head
afc163 10 years ago
parent
commit
aeb9cc7f51
  1. 2
      style/components/datepicker/Calendar.less

2
style/components/datepicker/Calendar.less

@ -148,7 +148,7 @@
text-align: center; text-align: center;
&:hover { &:hover {
background: #ebfaff; background: fadeout(#3fc7fa, 80%);
cursor: pointer; cursor: pointer;
} }
} }

Loading…
Cancel
Save