Skip to content

Commit

Permalink
add active state
Browse files Browse the repository at this point in the history
  • Loading branch information
TomK committed Apr 23, 2019
1 parent 8a6ddbc commit cb0e5dc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions assets/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,11 @@
color: #313131;
border: 1px solid #8c8c8c;
}

.p-form--submit input:active,
.p-form--submit button:active {
background-color: #c3c3c3;
color: #313131;
border: 1px solid #8c8c8c;
box-shadow: inset 0px 0px 3px #313131;
}

0 comments on commit cb0e5dc

Please sign in to comment.