Skip to content

Commit

Permalink
#313: super simple fixes for tinymce editor
Browse files Browse the repository at this point in the history
  • Loading branch information
yiendos committed Jul 8, 2020
1 parent 7539b27 commit 02f71d3
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16081,4 +16081,17 @@ ul.select2-selection__rendered {
.k-upload:after {
background-color: #545454 !important;
color: #FFFFFF !important;
}

.mce-container * {
background-color: #545454 !important;
color: #FFFFFF !important;
}

.mce-panel {
border: none !important;
}

#tinymce {
background-color: #949494 !important;
}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,16 @@ ul.select2-selection__rendered{
background-color: $k-primary-plus-7-color !important;
color: $k-secondary-color !important;
}

.mce-container *{
background-color: $k-primary-plus-7-color !important;
color: $k-secondary-color !important;
}

.mce-panel{
border: none !important;
}

#tinymce{
background-color: $k-primary-plus-9-color !important;
}

0 comments on commit 02f71d3

Please sign in to comment.