morris.css 582 B

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