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

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@8198 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2015-03-12 06:57:24 +00:00
parent 4187de2159
commit db2433046e
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; } path.SVGplot { stroke:black; fill:none; }
rect.SVGplot { stroke:black; fill:none; }
polyline.SVGplot { stroke:black; fill:none; } polyline.SVGplot { stroke:black; fill:none; }
.border { stroke:black; fill:url(#gr_bg);} .border { stroke:black; fill:url(#gr_bg);}
.vgrid { stroke:gray; stroke-dasharray:2,6;} .vgrid { stroke:gray; stroke-dasharray:2,6;}

View File

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