Merged PR 310: #1028 - Update styling for ipad

#1028 - Update styling for ipad
This commit is contained in:
Lorenz Hilpert
2020-09-17 13:24:45 +00:00
committed by Sebastian Neumair

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,