Skip to content

Commit

Permalink
css fix
Browse files Browse the repository at this point in the history
Issue imixs#197
  • Loading branch information
rsoika committed Mar 4, 2023
1 parent 9a235d5 commit 7f8aa09
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
7 changes: 5 additions & 2 deletions open-bpmn.glsp-client/open-bpmn-glsp/css/diagram.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
********************************************************************************/

.tool-palette .palette-body .group-header {
background: var(--theia-sideBar-background);
}
.sprotty-graph {
font-size: 15pt;
border: none;
Expand Down Expand Up @@ -161,7 +164,7 @@
fill: var(--theia-titleBar-activeForeground);
}
.BPMNLabel > .sprotty-node.mouseover {
fill: var(--theia-activityBar-background);
fill: var(--theia-sideBar-background);
}

.BPMNLabel > .bpmn-text-node pre {
Expand All @@ -184,7 +187,7 @@

/* --theia-titleBar-activeBackground */
.pool > .sprotty-node {
fill: var(--theia-activityBar-background);
fill: var(--theia-sideBar-background);
pointer-events: none;
opacity: 70%;
stroke: var(--theia-focusBorder);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@
background: var(--theia-titleBar-activeBackground);
}
.categorization>.categorization-master ul li.selected>span {
color: var(--theia-activityBar-foreground);
color: var(--theia-sideBar-foreground);
background: var(--theia-sideBar-background);
}

.bpmn-properties-body .categorization-detail {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
font-weight: bold;
border-top: 1px solid var(--theia-focusBorder);
border-bottom: 1px solid var(--theia-focusBorder);
background: var(--theia-activityBar-background);
background: var(--theia-sideBar-background);
}

.categorization>.categorization-detail {
Expand Down

0 comments on commit 7f8aa09

Please sign in to comment.