morris.css 637 B

12345678910111213141516171819202122232425
  1. .morris-hover {
  2. position: absolute;
  3. z-index: 1000
  4. }
  5. .morris-hover.morris-default-style {
  6. border-radius: 10px;
  7. padding: 6px;
  8. color: #666;
  9. background: rgba(255,255,255,0.8);
  10. border: solid 2px rgba(230,230,230,0.8);
  11. font-family: sans-serif;
  12. font-size: 12px;
  13. text-align: center
  14. }
  15. .morris-hover.morris-default-style .morris-hover-row-label {
  16. font-weight: bold;
  17. margin: 0.25em 0
  18. }
  19. .morris-hover.morris-default-style .morris-hover-point {
  20. white-space: nowrap;
  21. margin: 0.1em 0
  22. }