“Zmień kolor Toast Toastr JS” Kod odpowiedzi

Zmień kolor Toast 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

Zmień kolor Toast Toastr JS

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

Odpowiedzi podobne do “Zmień kolor Toast Toastr JS”

Pytania podobne do “Zmień kolor Toast Toastr JS”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu