Skip to content

Commit 596ef21

Browse files
Merge pull request #5747 from christianbeeznest/ofaj-21943
Internal: Fix cursor visibility in TinyMCE on Firefox - refs BT#21943
2 parents 295c3eb + 957cb32 commit 596ef21

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

assets/css/editor_content.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ Stylesheet for HTML blocks created with CKEditor to embed in Chamilo pages.
44

55
/* Reset styles */
66
.tiny-content {
7-
all: initial;
87
display: block;
98
width: 100%;
9+
font-family: inherit;
10+
font-size: inherit;
11+
color: inherit;
1012
}
1113

1214
.tiny-content * {

0 commit comments

Comments
 (0)