MDL-44223 Atto: Setting images to display a place holder when src is broken

This commit is contained in:
Jason Fowler
2014-03-26 10:01:44 +08:00
committed by Damyon Wiese
parent bdfbdeeb64
commit 18ce3fe4ee
+7
View File
@@ -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;
}