From 88bb6e8df893a6500c58638776cf8da5782fbd2b Mon Sep 17 00:00:00 2001 From: wangyidong Date: Sun, 12 Jun 2016 15:40:53 +0800 Subject: [PATCH] * code task #4053 for backyard. --- module/todo/css/batchcreate.css | 1 + 1 file changed, 1 insertion(+) diff --git a/module/todo/css/batchcreate.css b/module/todo/css/batchcreate.css index 3abce5740d..131aa4be2a 100755 --- a/module/todo/css/batchcreate.css +++ b/module/todo/css/batchcreate.css @@ -4,3 +4,4 @@ .body-modal .outer > form, .body-modal .outer > .container > form {margin: 0;padding: 0 20px 20px;} .body-modal #titlebar {margin: 0 -20px 20px} .body-modal #titlebar + .table-form {border: 1px solid #ddd} +#titlebar input#date{background:#F8FAFE;box-shadow:none}