From a8353dacac8e5d77fcd20a7ddc4654e5ea225c58 Mon Sep 17 00:00:00 2001 From: luosongbai <15272473386@163.com> Date: Wed, 9 Dec 2020 20:19:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/fullcalendar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/fullcalendar.css b/assets/css/fullcalendar.css index 81626c7..22950ae 100644 --- a/assets/css/fullcalendar.css +++ b/assets/css/fullcalendar.css @@ -147,7 +147,7 @@ html .fc, } .fc-cell-overlay { /* semi-transparent rectangle while dragging */ - background: #bce8f1; + background:#f5f5f9; opacity: .3; filter: alpha(opacity=30); /* for IE */ }