mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +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:
parent
5c2f94649f
commit
a5efcc7d8a
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user