mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Merged PR 310: #1028 - Update styling for ipad
#1028 - Update styling for ipad
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user