mirror of
https://github.com/morrisjs/morris.js.git
synced 2024-11-13 07:11:12 +01:00
Prevent printing hover legend
This commit is contained in:
parent
4ccdd7694d
commit
57b6c6c198
1 changed files with 1 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
.morris-hover{position:absolute;z-index:1000}.morris-hover.morris-default-style{border-radius:10px;padding:6px;color:#666;background:rgba(255,255,255,0.8);border:solid 2px rgba(230,230,230,0.8);font-family:sans-serif;font-size:12px;text-align:center}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:bold;margin:0.25em 0}
|
||||
.morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:0.1em 0}
|
||||
@media print { .morris-hover{ display:none; } }
|
||||
|
|
Loading…
Reference in a new issue