diff --git a/muni.css b/muni.css index 154c14c..d4c95cf 100644 --- a/muni.css +++ b/muni.css @@ -25,6 +25,8 @@ textarea { textarea:disabled { color: black; + -webkit-text-fill-color: #000000; + opacity: 1; /* required on iOS */ } /* Tooltip container */ @@ -71,4 +73,4 @@ textarea:disabled { .tooltip:hover .tooltiptext { visibility: visible; opacity: 1; -} \ No newline at end of file +}