Skip to content

Commit

Permalink
MDL-39290 Collapsible editor tab needs some mouse-over CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Chambers committed May 2, 2013
1 parent 95190fd commit 9ff1226
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/editor/tinymce/styles.css
Expand Up @@ -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;
Expand Down

0 comments on commit 9ff1226

Please sign in to comment.