Skip to content

Commit

Permalink
fix white line in text editor
Browse files Browse the repository at this point in the history
  • Loading branch information
mart2070 committed May 31, 2025
1 parent ad8ff4d commit 5704d12
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tdx-enhanced.js
Original file line number Diff line number Diff line change
Expand Up @@ -3686,6 +3686,10 @@ body .tdworkmgmt.table>tbody>tr:not(.tdx-grid__group-header):not(.TDGridHeader):
background-color: var(--bg-4);
}
.cke_wysiwyg_div, .cke_wysiwyg_frame {
background: var(--bg-0) !important;
}
.cke_combo_button, .cke_toolgroup {
background: var(--bg-0) !important;
}
Expand Down

0 comments on commit 5704d12

Please sign in to comment.