Skip to content

Commit

Permalink
1.11.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorako committed Feb 9, 2023
1 parent a98eb3d commit 1a0ffc0
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.11.13

- (Fix) Fixed an issue where TinyMCE text editors were illegible while editing in dark theme.

# 1.11.12

- (Maintenance) Mark Tokenizer as dark-theme incompatible.
Expand Down
11 changes: 11 additions & 0 deletions sass/foundry/_application-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@
}
}

.dorako-ui.dark-theme {
.tox-tinymce {
@include sheet;
background-image: var(--sheet-light);
box-shadow: 0 0 0 1px var(--tertiary), 0 0 0 2px var(--gold-brown), 0px 4px 10px black;
&.tox:not(.tox-tinymce-inline) .tox-editor-header {
padding-top: 0px;
}
}
}

.dorako-ui.dark-theme {
form .form-group.buttons {
gap: 5px;
Expand Down
14 changes: 14 additions & 0 deletions styles/dorako-ui.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion styles/dorako-ui.css.map

Large diffs are not rendered by default.

0 comments on commit 1a0ffc0

Please sign in to comment.