diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-01-19 18:45:24 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-01-19 18:45:24 +0200 |
| commit | 441db13aeaa05dae59bfe5283fc19e74299dcd45 (patch) | |
| tree | e643109e60c46581231145a2cdcf8c7e5ddb0642 | |
| parent | 59858b2e98c820dd5fc34429fde23c4cff8f4803 (diff) | |
setting default 'dark-gray' fill on generic nodes
| -rw-r--r-- | res/client/css/partials/graph-view.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/client/css/partials/graph-view.scss b/res/client/css/partials/graph-view.scss index e5d3f1c1..2652ee9c 100644 --- a/res/client/css/partials/graph-view.scss +++ b/res/client/css/partials/graph-view.scss @@ -17,6 +17,7 @@ .circle { z-index: 100; pointer-events:all; + fill: $dark-grey; } .nodetext { |
