diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-04-05 19:30:44 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-04-05 19:31:10 +0300 |
| commit | 8c9b90edd74ba7f6c506865695f6aef369481d2b (patch) | |
| tree | 18433dc8c00b3c202139a72695d0f129398963d9 /res/client/css/by-view | |
| parent | 574cc751946fa0949a484ef1109682b57a53ef89 (diff) | |
graph-view.scss: adding yellow text-shadow to link labels
Diffstat (limited to 'res/client/css/by-view')
| -rw-r--r-- | res/client/css/by-view/graph-view.scss | 13 |
1 files changed, 7 insertions, 6 deletions
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; |
