2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

dark/svg_style.css: set fill:none for rect i.e. bar (Forum #34863)

git-svn-id: https://svn.fhem.de/fhem/trunk@8198 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2015-03-12 06:57:24 +00:00
parent 5c2f94649f
commit a5efcc7d8a
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ text.paste { text-decoration:underline; stroke:none; fill:blue; cursor:pointer;}
path.SVGplot { stroke:black; fill:none; }
rect.SVGplot { stroke:black; fill:none; }
polyline.SVGplot { stroke:black; fill:none; }
.border { stroke:black; fill:url(#gr_bg);}
.vgrid { stroke:gray; stroke-dasharray:2,6;}

View File

@ -6,6 +6,7 @@ text.legend { cursor:pointer; }
circle#svgmarker { color:#278727; opacity:0.5; }
path.SVGplot { stroke:black; fill:none; }
rect.SVGplot { stroke:black; fill:none; }
polyline.SVGplot { stroke:black; fill:none; }
.border { stroke:black; fill:url(#gr_bg); }
.vgrid { stroke:gray; stroke-dasharray:2,6; }