xref: /plugin/bpmnio/vendor/dmn-js/dist/assets/dmn-js-drd.css (revision 33b93a72a62861f8287c0802fe7bb3c00ceb6e03)
1.dmn-drd-container {
2  width: 100%;
3  height: 100%;
4  position: relative;
5}
6
7.dmn-drd-container * {
8  box-sizing: border-box;
9}
10
11.djs-overlay .drill-down-overlay {
12  font-size: 16px;
13  background: #52b415;
14  color: white;
15  text-align: left;
16  border-radius: 1px;
17  padding: 0 2px;
18}
19
20.dmn-definitions {
21  position: absolute;
22  top: 20px;
23  left: 20px;
24  background-color: #FAFAFA;
25  border: solid 1px #CCC;
26  border-radius: 2px;
27  padding: 4px;
28}
29
30.dmn-definitions .dmn-definitions-name {
31  font-size: 1.5em;
32  padding: 3px;
33}
34
35.dmn-definitions .dmn-definitions-name:focus {
36  outline: none;
37}
38
39.dmn-definitions .dmn-definitions-id {
40  font-family: monospace;
41  margin-top: 2px;
42  padding: 3px;
43}
44
45.dmn-definitions .dmn-definitions-id:focus {
46  outline: none;
47}
48
49.dmn-definitions > [contenteditable]:hover,
50.dmn-definitions > [contenteditable]:focus {
51  padding: 2px;
52  background-color: white;
53  border-radius: 2px;
54  border: 1px solid #aaaaaa;
55}
56
57.djs-container.with-palette .dmn-definitions {
58  left: 80px;
59}
60
61.djs-container.with-palette-two-column .dmn-definitions {
62  left: 130px;
63}