Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.

Commit

Permalink
Merge pull request #685 from himanish-star/hover-checkbox
Browse files Browse the repository at this point in the history
checkbox now has a hover effect: fixes #635
  • Loading branch information
dannycoates authored Jan 3, 2018
2 parents 27cfd04 + 9972196 commit 4ec1aea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -939,6 +939,10 @@ tbody {
visibility: collapse;
}

#addPasswordWrapper:hover label::before {
border: 1px solid #0297f8;
}

#addPasswordWrapper label {
line-height: 23px;
cursor: pointer;
Expand Down

0 comments on commit 4ec1aea

Please sign in to comment.