21700: Install Bundler system-wide in Rails postinst
[arvados.git] / services / workbench2 / src / lib / cwl-svg / plugins / selection / theme.dark.css
1 .cwl-workflow.__plugin-selection .node,
2 .cwl-workflow.__plugin-selection .edge {
3   cursor: pointer; }
4
5 .cwl-workflow.__plugin-selection.__selection-plugin-fade .node:not(.__selection-plugin-highlight) .outer {
6   stroke: #444343; }
7
8 .cwl-workflow.__plugin-selection.__selection-plugin-fade .node:not(.__selection-plugin-highlight) .inner {
9   fill: #216b6b; }
10
11 .cwl-workflow.__plugin-selection.__selection-plugin-fade .node:not(.__selection-plugin-highlight).input .inner {
12   fill: #838383; }
13
14 .cwl-workflow.__plugin-selection.__selection-plugin-fade .node:not(.__selection-plugin-highlight).output .inner {
15   fill: #838383; }
16
17 .cwl-workflow.__plugin-selection.__selection-plugin-fade .node:not(.__selection-plugin-highlight) .label {
18   fill: #7e7d7d; }
19
20 .cwl-workflow.__plugin-selection.__selection-plugin-fade .node:not(.__selection-plugin-highlight) .port {
21   fill: #444343; }
22
23 .cwl-workflow.__plugin-selection.__selection-plugin-fade .edge:not(.__selection-plugin-highlight) .inner {
24   stroke: #444343; }
25
26 .cwl-workflow.__plugin-selection .port.__selection-plugin-highlight .label {
27   opacity: 1; }
28
29 .cwl-workflow.__plugin-selection .__selection-plugin-selected.edge .inner {
30   stroke: #11a7a7; }
31
32 .cwl-workflow.__plugin-selection .__selection-plugin-selected.node .outer {
33   stroke: #11a7a7; }