From afac1110dce63acd04bad0c36b193f20f04d9d73 Mon Sep 17 00:00:00 2001 From: Michael Hackstein Date: Mon, 29 Apr 2013 12:26:16 +0200 Subject: [PATCH] GraphVeiwer: Fixed a CSS intervention with the charts --- html/admin/js/graphViewer/style/graphlayout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/admin/js/graphViewer/style/graphlayout.css b/html/admin/js/graphViewer/style/graphlayout.css index 6976b2e9bd..2075567aae 100644 --- a/html/admin/js/graphViewer/style/graphlayout.css +++ b/html/admin/js/graphViewer/style/graphlayout.css @@ -1,4 +1,4 @@ -svg text { +svg#graphViewer text { font: 11px Arial; pointer-events: none; stroke: #000;