tripal_phylogeny.css 249 B

123456789101112
  1. .pylotree-tooltip {
  2. position: absolute;
  3. text-align: center;
  4. width: 60px;
  5. height: 28px;
  6. padding: 2px;
  7. font: 12px sans-serif;
  8. background: lightsteelblue;
  9. border: 0px;
  10. border-radius: 8px;
  11. pointer-events: none;
  12. }