Skip to content

Commit

Permalink
Merge pull request h5p#119 from otacke/fix-input-field-opacity-iOS
Browse files Browse the repository at this point in the history
Fix input field opacity iOS
  • Loading branch information
fnoks authored Jul 18, 2022
2 parents f8dad9d + 3192943 commit a57781a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/blanks.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
box-shadow: 0 0 0.5em 0 #7fb8ff;
border-color: #7fb8ff;
}
.h5p-blanks .h5p-text-input:disabled {
opacity: 1;
}
.h5p-blanks .h5p-text-input.h5p-not-filled-out {
background: #fff0f0;
}
Expand Down

0 comments on commit a57781a

Please sign in to comment.