vendredi 27 novembre 2020

How do I make this checkbox styling work in MS Edge? Its works in all browser except MS edge

[enter image description here] 1 How do I make this checkbox styling work in MS Edge? Its works in all browser except MS edge radio button and checkbox customs style is not working

.toggle {
        width: 35px;
        height: 35px;
        text-align: center;
        border-radius: 0%;
        background: #fff;
        margin: auto 10px;
        border: 3px solid #42A0D2 !important;
        -webkit-appearance: none;
        -moz-animation: glow 1s ease-in-out infinite alternate;
        -moz-animation: glow 1s ease-in-out infinite alternate;
    }

    .toggle:after {
        content: '\2713';
        position: relative;
        float: left;
        color: #F8F8F7 !important;
        top: 0px;
        left: 0px;
        font-size: 15px;
        margin: auto;
        border-radius: 0%;
        pointer-events: visible;
    }

    .toggle:checked:after {
        width: 20px;
        background: #42A0D2;
        height: 20px;
    }



Aucun commentaire:

Enregistrer un commentaire