“Ändern Sie die Farbe von Toast Toastr JS” Code-Antworten

Ändern Sie die Farbe von 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

Ändern Sie die Farbe von Toast Toastr JS

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

Ähnliche Antworten wie “Ändern Sie die Farbe von Toast Toastr JS”

Fragen ähnlich wie “Ändern Sie die Farbe von Toast Toastr JS”

Weitere verwandte Antworten zu “Ändern Sie die Farbe von Toast Toastr JS” auf JavaScript

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen