MDL-39290 Collapsible editor tab needs some mouse-over CSS

This commit is contained in:
Colin Chambers 2013-04-24 15:39:52 +01:00
parent 95190fda69
commit 9ff122679a

View File

@ -8,6 +8,11 @@
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;