#1028 - Update styling for ipad

This commit is contained in:
Lorenz Hilpert
2020-09-17 15:21:15 +02:00
parent 4d196aa4eb
commit c532123a2c

View File

@@ -10,9 +10,14 @@ input.comment {
background-color: transparent;
font-size: inherit;
color: #000;
}
input:disabled {
color: #000;
&:disabled {
color: #000;
// for iPad Safari
-webkit-text-fill-color: #000;
opacity: 1;
}
}
input.comment:active,