Merge pull request #5747 from christianbeeznest/ofaj-21943

Internal: Fix cursor visibility in TinyMCE on Firefox - refs BT#21943
pull/5748/head
christianbeeznest 1 year ago committed by GitHub
commit 596ef217f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      assets/css/editor_content.css

@ -4,9 +4,11 @@ Stylesheet for HTML blocks created with CKEditor to embed in Chamilo pages.
/* Reset styles */
.tiny-content {
all: initial;
display: block;
width: 100%;
font-family: inherit;
font-size: inherit;
color: inherit;
}
.tiny-content * {

Loading…
Cancel
Save