Skip to content

Commit

Permalink
Remove border CSS rule from input[type!="checkbox"] so radio boxes ar…
Browse files Browse the repository at this point in the history
…e radio boxes
  • Loading branch information
kinow committed Apr 28, 2022
1 parent 81855ac commit c2cf6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,7 @@ div#sidebar-grey > div > div > form.search-options {
padding-right: 15px;
}

.search-options > .input-group * {
.form-check-input[type="checkbox"] {
border-radius: 0;
}

Expand Down

0 comments on commit c2cf6c9

Please sign in to comment.