20 lines
446 B
CSS
20 lines
446 B
CSS
.attoh5poverlay {
|
|
display: none;
|
|
}
|
|
.attoh5pinstructions {
|
|
max-width: 500px;
|
|
}
|
|
.editor_atto_content_wrap .h5p-placeholder + br {
|
|
display: none;
|
|
}
|
|
.editor_atto_content_wrap .h5p-placeholder {
|
|
color: #6c757d;
|
|
width: 100%;
|
|
word-break: break-all;
|
|
height: 260px;
|
|
cursor: pointer;
|
|
background: url([[pix:atto_h5p|icon-white]]) center center / 100px auto no-repeat #6c757d;
|
|
}
|
|
.atto_h5p_button .icon {
|
|
width: 24px;
|
|
} |