blob: b36c572974afd17a13b4d5d409447340fffd0976 [file] [log] [blame]
Matteo Scandolo6bc31bf2016-08-29 10:17:31 -07001#xosMcord-slicing,
2#xosMcord-slicing > [ui-view],
3slicing-topo {
4 width: 100%;
5 height: 100%; }
6
7slicing-topo {
8 display: block; }
9
Matteo Scandolo4d121c22016-10-31 13:20:31 +010010#xosMcord-slicing {
11 /* Icons */
12 /*drag line*/
13 /*form styling*/ }
14 #xosMcord-slicing .node {
15 stroke: #337ab7;
16 fill: white; }
17 #xosMcord-slicing .node,
18 #xosMcord-slicing .node + text {
19 cursor: pointer; }
20 #xosMcord-slicing text {
21 pointer-events: none;
22 -webkit-user-select: none;
23 /* Chrome all / Safari all */
24 -moz-user-select: none;
25 /* Firefox all */
26 -ms-user-select: none;
27 /* IE 10+ */
28 user-select: none; }
29 #xosMcord-slicing .node.control {
30 stroke-dasharray: 5;
31 stroke: #d9534f; }
32 #xosMcord-slicing .node.button {
33 stroke-dasharray: 5;
34 stroke: #5bc0de;
35 fill: #daf1f8; }
36 #xosMcord-slicing .node.selected {
37 stroke-width: 5px;
38 stroke-dasharray: 5; }
39 #xosMcord-slicing .node ~ .icon {
40 stroke: #337ab7;
41 fill: #337ab7; }
42 #xosMcord-slicing .node.control ~ .icon {
43 stroke: #d9534f;
44 fill: #d9534f; }
45 #xosMcord-slicing .link {
46 stroke: #286090;
47 stroke-width: 2px;
48 cursor: pointer; }
49 #xosMcord-slicing .link.control {
50 stroke-dasharray: 5;
51 stroke: #d9534f; }
52 #xosMcord-slicing .link.selected {
53 stroke-width: 5px;
54 stroke-dasharray: 5; }
55 #xosMcord-slicing .dragline {
56 stroke-dasharray: 5;
57 stroke: #286090;
58 stroke-width: 2px; }
59 #xosMcord-slicing .dragline.hidden {
60 stroke-width: 0; }
61 #xosMcord-slicing div.element-form {
62 position: absolute;
63 border: 1px solid #5bc0de;
64 padding: 10px;
65 background: #fff; }
66 #xosMcord-slicing .form-line {
67 stroke: #31b0d5;
68 stroke-width: 1px; }