File: lifecycleui.css

package info (click to toggle)
request-tracker5 5.0.7%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 80,264 kB
  • sloc: javascript: 191,898; perl: 87,146; sh: 1,426; makefile: 487; python: 37; php: 15
file content (36 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
path.link {
    fill: none;
    stroke: #000;
    stroke-width: 2px;
    cursor: pointer;
}

g text {
    cursor: text;
}

g circle.node-selected {
    fill: #98b9eb !important;
}

.dragline {
    fill: none;
    stroke: #000;
    stroke-width: 2px;
    cursor: pointer;
}

.lifeycycle-ui-edit-node {
    position: absolute;
    z-index: 99;
}

.svg-content-responsive {
    display: inline-block;
}

svg .rect {
    fill: gold;
    stroke: steelblue;
    stroke-width: 5px;
}