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:
parent
34017c2a68
commit
9deff9f8f2
@ -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;}
|
||||
|
@ -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;}
|
||||
|
Loading…
Reference in New Issue
Block a user