From 8227fdd4239cf3393c3728350c266673749d6b44 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Thu, 4 Dec 2014 13:41:04 +0200 Subject: svgInput modularized, works mostly missing correct width (setting it on the input instead of the FO) plus only chrome looks ok for link, FF still misplaced. --- res/css/style.css | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'res/css/style.css') diff --git a/res/css/style.css b/res/css/style.css index 61fa7a6a..6f8b8d54 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -166,9 +166,25 @@ table { font-size: 17px; z-index: 3; } +.svg-input-fo-node { + fill: #363636; + z-index: 3; } + +.svg-input-fo-node input { + font-size: 17px; + background-color: transparent; } + .linklabel { stroke: #363636; - font-size: 14px; } + font-size: 14px; + background-color: transparent; } + +.svg-input-fo-link { + stroke: #363636; } + +.svg-input-fo-link input { + font-size: 14px; + background-color: transparent; } .link { fill: none; -- cgit v1.3.1