From e195374528819c5d38ec0fc3e65fdedf6dbf3b59 Mon Sep 17 00:00:00 2001 From: shaoying Date: Sun, 24 Jan 2021 13:41:57 +0800 Subject: [PATCH] opt IE9 --- plugin/input/date.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 plugin/input/date.css diff --git a/plugin/input/date.css b/plugin/input/date.css new file mode 100644 index 00000000..e4be3dc8 --- /dev/null +++ b/plugin/input/date.css @@ -0,0 +1,9 @@ +fieldset.input.date div.action div.space { + clear:both; width:0; +} +fieldset.input.date div.output td.last { + color:gray; +} +fieldset.input.date div.output td.next { + color:gray; +}