morris.core.less 484 B

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