pichalite / nodebb-theme-slick

Slick theme for NodeBB
MIT License
10 stars 35 forks source link

Missing Registration Checkbox #33

Closed rushsteve1 closed 6 years ago

rushsteve1 commented 6 years ago

The check boxes on the terms page during registration have opacity: 0 so are invisible. Easily solved by removing the rule from .checkbox input. Can be temporarily overridden using custom css and the rule:

.checkbox input {
    opacity: unset;
}
pichalite commented 6 years ago

Get latest version of the theme.