Skip to content

Commit

Permalink
add pointer cursor when hovering checkboxes and their labels
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-p committed Oct 12, 2024
1 parent 2ba02d9 commit e151d38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/common/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,10 @@
display: none;
}

input[type="checkbox"], input[type="checkbox"] + label {
cursor: pointer;
}

/* Custom PayPal button styles from http://visitsteve.com/made/diy-paypal-buttons/ */
.paypal-button {
color: #2e3192;
Expand Down

0 comments on commit e151d38

Please sign in to comment.