24
1
Fork 0

checkbox now has a hover effect

This commit is contained in:
Soumya Himanish Mohapatra 2017-12-23 11:49:15 +05:30
parent 1d2b0cb093
commit 9972196f70
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;