From 7e7e733ce4128ef501769b4767196431c2546c6b Mon Sep 17 00:00:00 2001 From: luosongbai <15272473386@163.com> Date: Wed, 23 Dec 2020 15:48:03 +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 --- pmcalendar.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pmcalendar.php b/pmcalendar.php index 8ebf947..bbdbbb0 100644 --- a/pmcalendar.php +++ b/pmcalendar.php @@ -837,6 +837,11 @@ if ($act == 'newevent') { input:-ms-input-placeholder { /* Internet Explorer 10+*/ color:#bababa; } + input:disabled, textarea:disabled { + -webkit-text-fill-color: #626262; + -webkit-opacity: 1; + color: #626262; + }