From 19d3c8b964320056560cdf715c24c42e2c6e7b08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C5=BEe=20Fortun?= Date: Wed, 17 Jan 2024 16:31:54 +0100 Subject: [PATCH] Fix ace editor and color picker dark theme styles --- .../Apigw/Profiler/CProfilerHitInfo.vue | 2 + .../Settings/UI/CUIBrandingEditor.vue | 30 +-- .../CTemplateEditorContent/EditorTextHtml.vue | 1 + .../EditorTextPlain.vue | 1 + .../Template/CTemplateEditorContent/Index.vue | 5 +- client/web/workflow/public/icons/grid.svg | 4 +- client/web/workflow/src/app.js | 1 + .../src/components/Configurator/Delay.vue | 2 +- .../src/components/Configurator/Error.vue | 2 +- .../src/components/Configurator/Function.vue | 4 +- .../src/components/Configurator/Gateway.vue | 2 +- .../src/components/Configurator/Trigger.vue | 4 +- .../src/components/ExpressionEditor.vue | 8 +- .../web/workflow/src/components/Tooltip.vue | 4 +- .../src/components/WorkflowEditor.vue | 14 +- .../src/themes/corteza-base/mxgraph.scss | 2 +- lib/vue/src/components/input/CAceEditor.vue | 234 ++++++++++-------- .../components/input/CInputColorPicker.vue | 80 ++++-- .../src/components/navigation/CSidebar.vue | 7 +- .../src/scss/main/18201141_custom_webapp.scss | 57 +++++ .../variables/18182031_webapp_variable.scss | 4 + 21 files changed, 286 insertions(+), 182 deletions(-) diff --git a/client/web/admin/src/components/Apigw/Profiler/CProfilerHitInfo.vue b/client/web/admin/src/components/Apigw/Profiler/CProfilerHitInfo.vue index d775fbb3c..faad7be8f 100644 --- a/client/web/admin/src/components/Apigw/Profiler/CProfilerHitInfo.vue +++ b/client/web/admin/src/components/Apigw/Profiler/CProfilerHitInfo.vue @@ -220,6 +220,7 @@ footer-bg-variant="white" header-class="border-bottom" body-class="p-0" + footer-class="border-top" class="shadow-sm mt-3" > diff --git a/client/web/admin/src/components/Template/CTemplateEditorContent/EditorTextPlain.vue b/client/web/admin/src/components/Template/CTemplateEditorContent/EditorTextPlain.vue index c4aa37bdb..d234eb217 100644 --- a/client/web/admin/src/components/Template/CTemplateEditorContent/EditorTextPlain.vue +++ b/client/web/admin/src/components/Template/CTemplateEditorContent/EditorTextPlain.vue @@ -14,6 +14,7 @@ :editor-props="{ $blockScrolling: false, }" + class="border-0 rounded-0" /> diff --git a/client/web/admin/src/components/Template/CTemplateEditorContent/Index.vue b/client/web/admin/src/components/Template/CTemplateEditorContent/Index.vue index db4dfc2db..389429d16 100644 --- a/client/web/admin/src/components/Template/CTemplateEditorContent/Index.vue +++ b/client/web/admin/src/components/Template/CTemplateEditorContent/Index.vue @@ -22,7 +22,7 @@ header-bg-variant="white" footer-bg-variant="white" header-class="d-flex align-items-center border-bottom" - footer-class="d-flex flex-wrap flex-fill-child gap-1" + footer-class="border-top d-flex flex-wrap flex-fill-child gap-1" class="shadow-sm" > @@ -83,6 +83,7 @@ :editor-props="{ $blockScrolling: false, }" + class="border-0 rounded-0" />