diff options
| author | Alon Levy <alon@pobox.com> | 2014-12-04 13:41:04 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-12-04 13:42:12 +0200 |
| commit | 8227fdd4239cf3393c3728350c266673749d6b44 (patch) | |
| tree | 7d132f3604e65ecfa8ce7429be6a06dfb8050598 /res/css/style.css | |
| parent | f11f4005656d5df9649b59edd1e44b21b63d89e7 (diff) | |
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.
Diffstat (limited to 'res/css/style.css')
| -rw-r--r-- | res/css/style.css | 18 |
1 files changed, 17 insertions, 1 deletions
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; |
