From 8a8a33fb01fea4e9be4d471950e21feb588ed73b Mon Sep 17 00:00:00 2001 From: yiminghe Date: Fri, 19 Feb 2016 16:22:20 +0800 Subject: [PATCH] fix calendar disabled ok btn --- style/components/datepicker/Calendar.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/style/components/datepicker/Calendar.less b/style/components/datepicker/Calendar.less index 4709353a57..bf1e8476fc 100644 --- a/style/components/datepicker/Calendar.less +++ b/style/components/datepicker/Calendar.less @@ -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; + } } }