<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.edity-the-editor_wrapper {
    border: 1px solid #eee;
}
.edity-the-editor_wrapper iframe {
    width:100%;
    border: 1px solid #eee;
    border: none;
    height:100%;
}
.edity-the-editor_action_bar {
    margin:0;
    padding:0;
    background: #eee;
    border: none;
    height:30px;
}
.edity-the-editor_action_bar&gt;li {
    list-style:none;
    background: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding:3px;
    margin:3px;
    display:inline-block;
    cursor:pointer;
    max-height: 100%;
    background-size:100% 100%;
    width: 15px;
    height: 15px;
}
.edity-the-editor_action_bar&gt;li:hover {
    background-color:#aaa;
}
.edity-the-editor_action_bar li ul {
    display:none;
    width: 25px;
    margin:0;
    padding:0;
    position:relative;
    top: 15px;
    background: #fff;
    border: 1px solid #999;
}
.edity-the-editor_action_bar li ul li {
    display:inline-block;
    width:100%;
    list-style:none;
    margin:0;
    padding:0;
}
.edity-the-editor_action_bar li ul li:hover {
    background: #aaa;
}</pre></body></html>