Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable uploading file into RTE (CKEditor) field with drag&drop in CP and Channel Form #4171

Open
wants to merge 19 commits into
base: 7.dev
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix font size in inputs
  • Loading branch information
intoeetive committed Mar 26, 2024
commit a577794a63c75339b615896bd090329416b9e8ef
4 changes: 4 additions & 0 deletions themes/ee/cform/css/eecms-cform.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -1795,6 +1795,10 @@ iframe.Rte:hover {
.ck.ck-reset_all .ck-mentions .mention-extra {
color: #666;
}
.ee-cform .ck.ck-reset_all input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]):not([type=color]) {
font-size: inherit;
}

.ck.ck-editor__main>.ck-editor__editable {
color: var(--ck-color-base-text);
}
Expand Down
Loading