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; + }