checkbox now has a hover effect
This commit is contained in:
parent
1d2b0cb093
commit
9972196f70
|
@ -939,6 +939,10 @@ tbody {
|
||||||
visibility: collapse;
|
visibility: collapse;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#addPasswordWrapper:hover label::before {
|
||||||
|
border: 1px solid #0297f8;
|
||||||
|
}
|
||||||
|
|
||||||
#addPasswordWrapper label {
|
#addPasswordWrapper label {
|
||||||
line-height: 23px;
|
line-height: 23px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
Loading…
Reference in New Issue