boutons radio stylés

This commit is contained in:
Raphael Goetter 2017-08-01 10:02:19 +02:00
parent ddc20002ca
commit c796838fde
5 changed files with 40 additions and 4 deletions

View file

@ -2140,7 +2140,7 @@ button:focus {
/* ==Checkbox */
/* ----------------------------- */
/* use .checkbox class on input type=checkbox */
/* recommanded HTML : <input type="checkbox" class="checkbox" id="test1"><label for="test1">click here</label> */
/* recommanded HTML : <input type="checkbox" class="checkbox" id="c1"><label for="c1">click here</label> */
.checkbox ~ label {
cursor: pointer;
}