mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
MDL-39290 Collapsible editor tab needs some mouse-over CSS
This commit is contained in:
parent
95190fda69
commit
9ff122679a
@ -8,6 +8,11 @@
|
|||||||
font-size: 0.7em;
|
font-size: 0.7em;
|
||||||
padding: 3px 6px;
|
padding: 3px 6px;
|
||||||
}
|
}
|
||||||
|
.mform .felement.feditor .toggle_editor_toolbar:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
color: red;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
.mform .felement.feditor .mceStatusbar,
|
.mform .felement.feditor .mceStatusbar,
|
||||||
.mform .felement.feditor iframe {
|
.mform .felement.feditor iframe {
|
||||||
min-width: 35em;
|
min-width: 35em;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user