summaryrefslogtreecommitdiff
path: root/res/client/css/style.css
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-04-05 19:30:44 +0300
committerLV-426 <lv-426@taproot.org.il>2015-04-05 19:31:10 +0300
commit8c9b90edd74ba7f6c506865695f6aef369481d2b (patch)
tree18433dc8c00b3c202139a72695d0f129398963d9 /res/client/css/style.css
parent574cc751946fa0949a484ef1109682b57a53ef89 (diff)
graph-view.scss: adding yellow text-shadow to link labels
Diffstat (limited to 'res/client/css/style.css')
-rw-r--r--res/client/css/style.css11
1 files changed, 6 insertions, 5 deletions
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;