You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is only happening in IE-11
When the toaster is triggered from a controller, it briefly appears with black background and then it displays with correct default color.
I tried to set the CSS class toaster-info as following
.toast-info {
background-color: #2f96b4!important;
}
but no avail.
Cheers
The text was updated successfully, but these errors were encountered:
This is only happening in IE-11
When the toaster is triggered from a controller, it briefly appears with black background and then it displays with correct default color.
I tried to set the CSS class toaster-info as following
.toast-info {
background-color: #2f96b4!important;
}
but no avail.
Cheers
The text was updated successfully, but these errors were encountered: