Skip to content

Commit

Permalink
Mark invalid input fields
Browse files Browse the repository at this point in the history
  • Loading branch information
henhuy committed Jan 9, 2024
1 parent 784e693 commit ae3512f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sedos_dashboard/static/css/project.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@
background-color: #f2dede;
border-color: #eed3d7;
}

input:invalid {
border: 2px dashed red;
}

0 comments on commit ae3512f

Please sign in to comment.