Template:CharacterTrackerEntry/css
< Template:CharacterTrackerEntry
Jump to navigation
Jump to search
Revision as of 09:11, 1 July 2020 by >Jungo26 (Created page with "input { display: none; } :checked + label { border: 5px solid rgba(51, 102, 204, 1); border-radius: 5px; }")
input {
display: none;
}
- checked + label {
border: 5px solid rgba(51, 102, 204, 1); border-radius: 5px;
}