From fd9f79567d499dd71b08407abac81bd5463d846c Mon Sep 17 00:00:00 2001 From: Ralph Soika Date: Sat, 4 Mar 2023 09:22:30 +0100 Subject: [PATCH] fixed Issue #197 --- .../css/bpmn-properties.css | 22 +++++++++++++------ 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/open-bpmn.glsp-client/open-bpmn-properties/css/bpmn-properties.css b/open-bpmn.glsp-client/open-bpmn-properties/css/bpmn-properties.css index ea0f09c7..93805646 100644 --- a/open-bpmn.glsp-client/open-bpmn-properties/css/bpmn-properties.css +++ b/open-bpmn.glsp-client/open-bpmn-properties/css/bpmn-properties.css @@ -30,18 +30,19 @@ bottom: 0px; z-index: 20; width: 100%; - background: var(--theia-editorWidget-background); - opacity: 0.9 !important; - color: var(--theia-foreground); + xxxbackground: var(--theia-titleBar-activeBackground); + background: var(--theia-editor-background); + opacity: 0.98 !important; + color: var(--theia-editor-foreground); height: 28px; } - +/* theia-editorWidget-background */ .bpmn-property-header { padding-left: 8px; - background: var(--theia-statusBar-background); - color: var(--theia-statusBar-foreground); - opacity: 0.75; + background: var(--theia-titleBar-activeBackground); + color: var(--theia-titleBar-activeForeground); + opacity: 1; font-weight: bold; border: 0; overflow: hidden; @@ -88,6 +89,13 @@ .bpmn-properties-body .categorization { height: 100%; } +.bpmn-properties-body .categorization-master { + background: var(--theia-titleBar-activeBackground); +} +.categorization>.categorization-master ul li.selected>span { + color: var(--theia-activityBar-foreground); +} + .bpmn-properties-body .categorization-detail { overflow: auto; margin-bottom: 28px;