Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save daledesilva/c27b94bc7efc4b4d281ba49ce01aba07 to your computer and use it in GitHub Desktop.
Save daledesilva/c27b94bc7efc4b4d281ba49ce01aba07 to your computer and use it in GitHub Desktop.
/* Fill Notification Dialog Icons */
/* Updated: 04/08/2020 */
.ev-notify .ev-notify-icon .ev-icon
{
color: #fff;
}
.ev-notify .ev-notify-prompt.ev-is-correct-feedback .ev-notify-icon .ev-icon
{
color: #fff;
background-color: #00ac3e;
border-radius: 100px;
}
.ev-notify .ev-notify-prompt.ev-is-incorrect-feedback .ev-notify-icon .ev-icon,
.ev-notify .ev-notify-prompt .ev-notify-icon .ev-icon-cross-circle.ev-icon
{
color: #fff;
background-color: #ff0026;
border-radius: 100px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment