2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2024-11-22 09:49:50 +00:00

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 34017c2a68
commit 9deff9f8f2
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;}