xref: /plugin/bpmnio/css/bpmniojs.less (revision 4c812427e529b08e1e3703d430e40929f20c2885)
1div.plugin-bpmnio {
2    overflow: hidden;
3}
4
5div.plugin-bpmnio .bpmn_js_canvas {
6    overflow: auto;
7    padding: 1em;
8    border-radius: 0.5em;
9    background-color: #eee;
10}
11
12div.plugin-bpmnio .dmn_js_canvas {
13    overflow: auto;
14    padding: 1em;
15    border-radius: 0.5em;
16    background-color: #eee;
17}
18
19.plugin-bpmnio svg {
20    height: 100%;
21    width: 100%;
22}
23
24.plugin-bpmnio .dmn-drd-container {
25    height: 100%;
26}
27
28.plugin-bpmnio .bjs-breadcrumbs {
29    display: none;
30}
31
32.dmn-decision-table-container tbody tr {
33    background-color: var(--view-drd-button-background-color);
34}
35
36.dmn-decision-table-container tbody tr:nth-child(2n) {
37    background-color: var(--table-row-alternative-background-color);
38}
39