Skip to content

Commit

Permalink
HFP-3580 Fix input field border contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
fnoks committed Jul 27, 2022
1 parent a57781a commit 7230a33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/blanks.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
}
.h5p-blanks .h5p-text-input:focus {
outline: none;
box-shadow: 0 0 0.5em 0 #7fb8ff;
border-color: #7fb8ff;
box-shadow: 0 0 0.5em 0 #6391CA;
border-color: #6391CA;
}
.h5p-blanks .h5p-text-input:disabled {
opacity: 1;
Expand Down

0 comments on commit 7230a33

Please sign in to comment.