MDL-44223 Atto: Setting images to display a place holder when src is broken
This commit is contained in:
committed by
Damyon Wiese
parent
bdfbdeeb64
commit
18ce3fe4ee
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user