a6032854bf
Part of MDL-75966 AMOS BEGIN CPY [browserepositories,atto_h5p],[browserepositories,tiny_h5p] CPY [copyrightbutton,atto_h5p],[bcopyrightbutton,tiny_h5p] CPY [downloadbutton,atto_h5p],[downloadbutton,tiny_h5p] CPY [embedbutton,atto_h5p],[embedbutton,tiny_h5p] CPY [h5p:addembed,atto_h5p],[h5p:addembed,tiny_h5p] CPY [h5pfile,atto_h5p],[h5pfile,tiny_h5p] CPY [h5pfileorurl,atto_h5p],[h5pfileorurl,tiny_h5p] CPY [h5poptions,atto_h5p],[h5poptions,tiny_h5p] CPY [h5purl,atto_h5p],[h5purl,tiny_h5p] CPY [invalidh5purl,atto_h5p],[invalidh5purl,tiny_h5p] CPY [instructions,atto_h5p],[instructions,tiny_h5p] CPY [noh5pcontent,atto_h5p],[noh5pcontent,tiny_h5p] AMOS END
12 lines
301 B
CSS
12 lines
301 B
CSS
.mce-content-body .h5p-placeholder + br {
|
|
display: none;
|
|
}
|
|
.mce-content-body .h5p-placeholder {
|
|
color: #6c757d;
|
|
width: 100%;
|
|
word-break: break-all;
|
|
height: 260px;
|
|
cursor: pointer;
|
|
background: url([[pix:tiny_h5p|icon-white]]) center center / 100px auto no-repeat #6c757d;
|
|
}
|