diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index 516953b115..b38b163fc9 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -4093,5 +4093,16 @@ button.shortcut-buttons-flatpickr-button { background-color: rgba(102, 153, 204, 0.7); color: #1e1e1e; } -.selectedTreeRow_lor {background-color: hsl(200deg 98% 39%);} -.standartTreeRow_lor {background-color: white;} \ No newline at end of file + +.selectedTreeRow_lor { + background-color: hsl(200deg 98% 39%); +} + +.standartTreeRow_lor { + background-color: white; +} + +/* Let Vfs file select dialog be over tinymce dialog */ +.tox-tinymce-aux { + z-index: ; +} \ No newline at end of file