add border color on tinymce editor

This commit is contained in:
Simon Vieille 2024-03-31 16:57:46 +02:00
parent aeb0e6c109
commit d01e9d618b
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 10 additions and 2 deletions

View file

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