morris.css 476B

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