“Mude a cor do brinde Toastr js” Respostas de código

Mude a cor do brinde Toastr js

 /* this will set the toastr icon */
 #toast-container > .toast-custom {
    content: "\f00C";
}

/* this will set the toastr style */
.toast-custom {
    background-color: purple;
}
Nervous Narwhal

Mude a cor do brinde Toastr js

toastr.info("Click To Open", "more text",{iconClass:"toast-custom"});
Nervous Narwhal

Respostas semelhantes a “Mude a cor do brinde Toastr js”

Perguntas semelhantes a “Mude a cor do brinde Toastr js”

Mais respostas relacionadas para “Mude a cor do brinde Toastr js” em JavaScript

Procure respostas de código populares por idioma

Procurar outros idiomas de código