defaultCommon.css: fix plot values position for default/dark (Forum #49085)

git-svn-id: https://svn.fhem.de/fhem/trunk@21060 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2020-01-26 21:06:19 +00:00
parent 81bc769d15
commit 4d296e368f
2 changed files with 3 additions and 0 deletions

View File

@@ -24,3 +24,4 @@ svg.zw_nr { height:auto; width:auto; margin:0; }
#errmsg { background-color: #000000; color: #FFFFFF;
position:fixed; top:0px; left:40px; z-index: 10; }
.SVGplot { position:relative;}

View File

@@ -153,3 +153,5 @@ svg.zw_nr { height:auto; width:auto; margin:0; }
.col_header { background: #E0E0C8; fill:#E0E0C8; }
.col_menu { background: #D7FFFF; fill:#D7FFFF; }
.col_sel { background: #A0FFFF; fill:#A0FFFF; }
.SVGplot { position:relative;}