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/style.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'res/client/css/style.css') diff --git a/res/client/css/style.css b/res/client/css/style.css index 9961a801..2edf88b1 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -889,11 +889,6 @@ p { font-size: 18px; background-color: transparent; } -.linklabel { - stroke: #363636; - font-size: 14px; - background-color: transparent; } - .svg-input-fo-link { stroke: #363636; } @@ -909,6 +904,12 @@ p { stroke-opacity: 0.5; z-index: 1; } +.linklabel { + font-size: 14px; + fill: black; + stroke: transparent; + text-shadow: 2px 2px yellow; } + .ghostlink { opacity: 0.0; fill: white; -- cgit v1.3.1