morris.css 513 B

12345678910111213141516171819202122
  1. .morris-hover {
  2. position: absolute;
  3. z-index: 1000; }
  4. .morris-hover.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.morris-default-style .morris-hover-row-label {
  14. font-weight: bold;
  15. margin: 0.25em 0; }
  16. .morris-hover.morris-default-style .morris-hover-point {
  17. white-space: nowrap;
  18. margin: 0.1em 0; }