Compare commits

..

No commits in common. "63a8a60e2db49219419927140c266eaabb87d85c" and "96347a1730b3afa2d1b56694668189df41b971fa" have entirely different histories.

2 changed files with 2 additions and 10 deletions

View file

@ -2,7 +2,6 @@
### Added
* allow to use `window.tinymceModes` to add or override tinymce modes
* add border color on tinymce editor
### Fixed
* fix default crud sort
* fix hidden save button in file manager

View file

@ -744,15 +744,8 @@ label.required::after {
background: map-get($theme-colors, 'dark-blue');
}
.tox {
&.tox-silver-sink.tox-tinymce-aux {
z-index: 3000 !important;
}
&.tox-tinymce {
border-color: $input-border-color;
border-radius: 5px;
}
.tox.tox-silver-sink.tox-tinymce-aux {
z-index: 3000 !important;
}
.field-boolean {