Skip to content

Commit

Permalink
changed invalid input border color to #f00
Browse files Browse the repository at this point in the history
  • Loading branch information
honzi committed Jun 29, 2024
1 parent ad0fd48 commit cd375f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ input[type=range],
input[type=text]{
width: 200px;
}
input:invalid{
border-color: #f00;
}
input.mini,
input[type=color],
.mini{
Expand Down

0 comments on commit cd375f5

Please sign in to comment.