Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
Issue #197
  • Loading branch information
rsoika committed Mar 4, 2023
1 parent 5b0f93c commit fd9f795
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions open-bpmn.glsp-client/open-bpmn-properties/css/bpmn-properties.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit fd9f795

Please sign in to comment.