Просмотр файла delta_framework-main/admin/styles/css/morris.css

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