From 2ec38b1072ad66b6f21f91ede825af7bf03d434d Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 19 Feb 2016 16:37:48 +0800 Subject: [PATCH] update ok button style --- style/components/datepicker/Calendar.less | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/style/components/datepicker/Calendar.less b/style/components/datepicker/Calendar.less index bf1e8476fc..79cc271c8c 100644 --- a/style/components/datepicker/Calendar.less +++ b/style/components/datepicker/Calendar.less @@ -282,9 +282,7 @@ right: 9px; &-disabled { - color: #ccc !important; - background-color: #f3f5f7 !important; - border-color: #d9d9d9 !important; + .button-color(@btn-disable-color; @btn-disable-bg; @btn-disable-border); cursor: not-allowed; } }