Skip to content

Commit

Permalink
MDL-44223 Atto: Setting images to display a place holder when src is …
Browse files Browse the repository at this point in the history
…broken
  • Loading branch information
jsnfwlr authored and Damyon Wiese committed Mar 26, 2014
1 parent bdfbdee commit 18ce3fe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/editor/atto/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -201,3 +201,10 @@ div.editor_atto_content:hover .atto_control {
border-radius: 2px;
display: block;
}

/* Get broken images back in firefox */
.editor_atto_content img:-moz-broken {
-moz-force-broken-image-icon:1;
min-width:24px;
min-height:24px;
}

0 comments on commit 18ce3fe

Please sign in to comment.