|
@@ -2,13 +2,13 @@
|
|
--header-background: #fff;
|
|
--header-background: #fff;
|
|
--header-color: #333;
|
|
--header-color: #333;
|
|
--background: #fff;
|
|
--background: #fff;
|
|
- --background-transparent: rgba(240, 240, 240, 0.9);
|
|
|
|
|
|
+ --background-transparent: rgba(255, 255, 255, 0.9);
|
|
--background-secondary: #fff;
|
|
--background-secondary: #fff;
|
|
--background-tertiary: #fff;
|
|
--background-tertiary: #fff;
|
|
--normal: #333;
|
|
--normal: #333;
|
|
--normal-secondary: #999;
|
|
--normal-secondary: #999;
|
|
--primary: #0be;
|
|
--primary: #0be;
|
|
- --primary-darker: #405090;
|
|
|
|
|
|
+ --primary-darker: #0ae;
|
|
--primary-lighter: #6080b0;
|
|
--primary-lighter: #6080b0;
|
|
--primary-inverse: #fff;
|
|
--primary-inverse: #fff;
|
|
--secondary: #666;
|
|
--secondary: #666;
|
|
@@ -60,6 +60,12 @@
|
|
color: var(--normal);
|
|
color: var(--normal);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.lines .flow-funcs__src b {
|
|
|
|
+ font-size: 1.2em;
|
|
|
|
+ text-shadow: none;
|
|
|
|
+ color: var(--primary);
|
|
|
|
+}
|
|
|
|
+
|
|
/* left panel */
|
|
/* left panel */
|
|
.lines .hx-collapsible {
|
|
.lines .hx-collapsible {
|
|
border-bottom: solid 1px var(--border-color);
|
|
border-bottom: solid 1px var(--border-color);
|
|
@@ -73,3 +79,7 @@
|
|
.lines .flow-node__label {
|
|
.lines .flow-node__label {
|
|
fill: black;
|
|
fill: black;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+.lines .flow-node--selected .flow-node__label {
|
|
|
|
+ fill: white !important;
|
|
|
|
+}
|