moodle/lib/editor/tinymce/styles.css

19 lines
496 B
CSS

.mform .felement.feditor .toggle_editor_toolbar {
background: #EEEEEE;
border-color: #BBBBBB;
border-radius: 4px 4px 0 0;
border-style: solid solid none;
border-width: 1px 1px 0;
display: inline-block;
font-size: 0.7em;
padding: 3px 6px;
}
.mform .felement.feditor .toggle_editor_toolbar:hover {
text-decoration: underline;
color: red;
cursor: pointer;
}
.mform .felement.feditor .mceStatusbar,
.mform .felement.feditor iframe {
min-width: 35em;
}