diff options
Diffstat (limited to 'core/css/icons.scss')
-rw-r--r-- | core/css/icons.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/icons.scss b/core/css/icons.scss index 36c550575de..bdef106e3cd 100644 --- a/core/css/icons.scss +++ b/core/css/icons.scss @@ -61,7 +61,7 @@ } /* Css replaced elements don't have ::after nor ::before */ -img, object, video, button, textarea, input, select { +img, object, video, button, textarea, input, select, div[contenteditable=true] { .icon-loading { background-image: url('../img/loading.gif'); } |