From 8c9b90edd74ba7f6c506865695f6aef369481d2b Mon Sep 17 00:00:00 2001 From: LV-426 Date: Sun, 5 Apr 2015 19:30:44 +0300 Subject: graph-view.scss: adding yellow text-shadow to link labels --- res/client/css/by-view/graph-view.scss | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'res/client/css/by-view') diff --git a/res/client/css/by-view/graph-view.scss b/res/client/css/by-view/graph-view.scss index 1e8f2501..87f988cf 100644 --- a/res/client/css/by-view/graph-view.scss +++ b/res/client/css/by-view/graph-view.scss @@ -43,12 +43,6 @@ background-color: transparent; } -.linklabel{ - stroke: $dark-grey; - font-size: $h4-size; - background-color: transparent; -} - // editor for link text .svg-input-fo-link { stroke: $dark-grey; @@ -68,6 +62,13 @@ z-index:1; } +.linklabel{ + font-size: $h4-size; + fill: black; + stroke: transparent; + text-shadow: 2px 2px yellow; +} + .ghostlink { opacity: 0.0; fill: white; -- cgit v1.3.1