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:
@@ -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;}
|
||||
|
||||
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user