Merge pull request #685 from himanish-star/hover-checkbox

checkbox now has a hover effect: fixes #635
This commit is contained in:
Danny Coates 2018-01-03 10:23:25 -08:00 committed by GitHub
commit 4ec1aeafaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -939,6 +939,10 @@ tbody {
visibility: collapse;
}
#addPasswordWrapper:hover label::before {
border: 1px solid #0297f8;
}
#addPasswordWrapper label {
line-height: 23px;
cursor: pointer;