showing results for - "change the color of toast toastr js"
Luana
27 Jul 2016
1 /* this will set the toastr icon */
2 #toast-container > .toast-custom {
3    content: "\f00C";
4}
5
6/* this will set the toastr style */
7.toast-custom {
8    background-color: purple;
9}
Agustina
04 Apr 2019
1toastr.info("Click To Open", "more text",{iconClass:"toast-custom"});