Changed font-opacity to fill-opacity

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@4308 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2013-12-01 16:05:14 +00:00
parent 162772e647
commit 29fa8a78d8
3 changed files with 4 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
/* Author: Volker */
.background { fill:#444444; font-opacity: 0; }
.background { fill:#444444; 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,7 +1,5 @@
/* Author: Volker
Edit: fhainz
*/
.background { fill:#e5e5e5; font-opacity: 0; }
/* Author: Volker Edit: fhainz */
.background { fill:#e5e5e5; 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; font-opacity: 0; }
.background { fill:#FFFFE7; fill:none; fill-opacity:0.0; }
text { font-family:Times; font-size:12px; }
text.title { font-size:16px; }