Template:CharacterTrackerEntry/css

From Dragalia Lost Wiki
< Template:CharacterTrackerEntry
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; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

input {

   display: none;

}

checked + label {
 border: 5px solid rgba(51, 102, 204, 1);
 border-radius: 5px;

}