diff options
Diffstat (limited to 'res/css/style.css')
| -rw-r--r-- | res/css/style.css | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/res/css/style.css b/res/css/style.css index 3b95af2e..a268967e 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -169,12 +169,12 @@ body.debug .debug-ui-right { z-index: 3; } .svg-input-fo-node input { - font-size: 17px; + font-size: 18px; background-color: transparent; } .linklabel { stroke: #363636; - font-size: 12px; + font-size: 14px; background-color: transparent; } .svg-input-fo-link { @@ -186,7 +186,9 @@ body.debug .debug-ui-right { .link { fill: none; - stroke: #404040; + stroke: #919095; + stroke-width: 1px; + stroke-opacity: 0.5; z-index: 1; } .ghostlink { @@ -201,13 +203,15 @@ body.debug .debug-ui-right { stroke-opacity: 0.5; } .circle.enter { - stroke: #EDE275; } + stroke: #33c2e0; + stroke-opacity: 0.5; } .circle.bubble { stroke: #101010; } .circle.exit { - stroke: #EDE275; } + stroke: #33c2e0; + stroke-opacity: 0.5; } .circle.chainlink { stroke: #AAA; } @@ -256,7 +260,7 @@ body.debug .debug-ui-right { /* Selected parts of the graph, right now by clicking, later with search. */ .notselected { - opacity: 0.3; } + opacity: 0.2; } .graph.link.temp_and { stroke-dasharray: 3,3; } @@ -270,8 +274,9 @@ body.debug .debug-ui-right { .link.enter, .link.exit, .link.selected { fill: none; - stroke: #EDE275; - stroke-width: 4px; + stroke: #33c2e0; + stroke-opacity: 0.5; + stroke-width: 2px; z-index: 1; } #editbox input { |
