summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-12-28 17:45:47 +0100
committerYorhel <git@yorhel.nl>2009-12-28 17:45:47 +0100
commitc5bf1eec6899e143753d470f433df5f5bb980a4b (patch)
treef530aa7697c73b25d2766274e5f5d635037ebc95 /data
parent31508415ce5eb6cd5c3de48a60e8a211dea22803 (diff)
Highlight opened VN/producer in relation graphs
The warnbg and warnborder colors from the skins are used for highlighting.
Diffstat (limited to 'data')
-rw-r--r--data/style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/style.css b/data/style.css
index b926421e..7221459f 100644
--- a/data/style.css
+++ b/data/style.css
@@ -1212,4 +1212,6 @@ svg .edge polygon.border { fill: $border$ }
svg .nodebg { fill: $tabbg$; stroke: $tabbg$ }
svg text { fill: $maintext$ }
svg .edge text { font: 8px "Tahoma" }
+#graph_current .border { stroke: $warnborder$ }
+#graph_current .nodebg { stroke: $warnborder$; fill: $warnbg$ }