Skip to content

Commit

Permalink
Fixed link search background issue in ckeditor ribbon (#560)
Browse files Browse the repository at this point in the history
Co-authored-by: sharmasahil <[email protected]>
  • Loading branch information
sharmasahil and sharmasahil authored Dec 9, 2024
1 parent 98f586c commit 667ea91
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions css/ckeditor_overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,10 @@ button.ck.ck-button[data-cke-tooltip-text="Media"] svg {
.ck.ck-content.ck-editor__editable {
min-height: 200px;
}

.ck-link-form {
.ck-reset_all-excluded {
background-color: rgba(265, 256, 257, 21.4) !important;
}
}

0 comments on commit 667ea91

Please sign in to comment.