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