|
|
@ -25,6 +25,8 @@ textarea { |
|
|
|
|
|
|
|
|
|
|
|
textarea:disabled { |
|
|
|
textarea:disabled { |
|
|
|
color: black; |
|
|
|
color: black; |
|
|
|
|
|
|
|
-webkit-text-fill-color: #000000; |
|
|
|
|
|
|
|
opacity: 1; /* required on iOS */ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* Tooltip container */ |
|
|
|
/* Tooltip container */ |
|
|
@ -71,4 +73,4 @@ textarea:disabled { |
|
|
|
.tooltip:hover .tooltiptext { |
|
|
|
.tooltip:hover .tooltiptext { |
|
|
|
visibility: visible; |
|
|
|
visibility: visible; |
|
|
|
opacity: 1; |
|
|
|
opacity: 1; |
|
|
|
} |
|
|
|
} |
|
|
|