2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-12 16:46:35 +00:00

*svg_style.css: removed ignored background color

git-svn-id: https://svn.fhem.de/fhem/trunk@4675 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-01-17 19:37:46 +00:00
parent edf15c03a0
commit 6c239041aa
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/* Author: Volker */
.background { fill:#444444; fill:none; fill-opacity:0.0; }
.background { fill:none; fill-opacity:0.0; }
text { font-family:Arial, Helvetica, sans-serif; font-size:12px; fill:#CCCCCC;}
text.title {font-family:Arial, Helvetica, sans-serif; font-size:16px; fill:#CCCCCC;}

View File

@ -1,5 +1,5 @@
/* Author: Volker Edit: fhainz */
.background { fill:#e5e5e5; fill:none; fill-opacity:0.0; }
.background { fill:none; fill-opacity:0.0; }
text { font-family: Helvetica; font-weight:300; font-size:12px; fill:#343434;}
text.title {font-family: Helvetica; font-weight:300; font-size:16px; fill:#343434;}

View File

@ -1,4 +1,4 @@
.background { fill:#FFFFE7; fill:none; fill-opacity:0.0; }
.background { fill:none; fill-opacity:0.0; }
text { font-family:Times; font-size:12px; }
text.title { font-size:16px; }