fix calendar disabled ok btn

This commit is contained in:
yiminghe 2016-02-19 16:22:20 +08:00
parent d3122af409
commit 8a8a33fb01

View File

@ -280,5 +280,12 @@
position: absolute;
bottom: 8px;
right: 9px;
&-disabled {
color: #ccc !important;
background-color: #f3f5f7 !important;
border-color: #d9d9d9 !important;
cursor: not-allowed;
}
}
}