diff --git a/core/css/icons.scss b/core/css/icons.scss index 53ae4d7711..ebf61b761e 100644 --- a/core/css/icons.scss +++ b/core/css/icons.scss @@ -81,7 +81,7 @@ } /* Css replaced elements don't have ::after nor ::before */ -img, object, video, button, textarea, input, select, div[contenteditable='true'] { +audio, canvas, embed, iframe, img, input, object, video { &.icon-loading { background-image: url('../img/loading.gif'); }