Assiduites : Amélioration contraste bouton état #708

This commit is contained in:
iziram 2023-09-11 11:30:43 +02:00
parent 740a7defac
commit b27cf5198f

View File

@ -268,6 +268,7 @@
background-size: cover; background-size: cover;
} }
.rbtn.present::before { .rbtn.present::before {
background-image: url(../icons/present.svg); background-image: url(../icons/present.svg);
} }
@ -285,8 +286,8 @@
} }
.rbtn:checked:before { .rbtn:checked:before {
outline: 3px solid #7059FF; outline: 5px solid #7059FF;
border-radius: 5px; border-radius: 50%;
} }
.rbtn:focus { .rbtn:focus {