staffmanager/public/css/profile.css
2020-11-02 21:44:05 +00:00

18 lines
252 B
CSS
Executable File
Vendored

/* HIDE RADIO */
[type=radio] {
position: absolute;
opacity: 0;
width: 0;
height: 0;
}
/* IMAGE STYLES */
[type=radio] + img {
cursor: pointer;
}
/* CHECKED STYLES */
[type=radio]:checked + img {
outline: 2px solid #4cc633;
}