mirror of
https://gitlab.com/timvisee/send.git
synced 2024-11-11 05:32:40 +01:00
Merge pull request #685 from himanish-star/hover-checkbox
checkbox now has a hover effect: fixes #635
This commit is contained in:
commit
4ec1aeafaf
@ -939,6 +939,10 @@ tbody {
|
||||
visibility: collapse;
|
||||
}
|
||||
|
||||
#addPasswordWrapper:hover label::before {
|
||||
border: 1px solid #0297f8;
|
||||
}
|
||||
|
||||
#addPasswordWrapper label {
|
||||
line-height: 23px;
|
||||
cursor: pointer;
|
||||
|
Loading…
Reference in New Issue
Block a user