You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

tribute-5.1.3.css 581B

12345678910111213141516171819202122232425262728293031323334
  1. .tribute-container {
  2. position: absolute;
  3. top: 0;
  4. left: 0;
  5. height: auto;
  6. max-height: 300px;
  7. max-width: 500px;
  8. overflow: auto;
  9. display: block;
  10. z-index: 999999;
  11. }
  12. .tribute-container ul {
  13. margin: 0;
  14. margin-top: 2px;
  15. padding: 0;
  16. list-style: none;
  17. background: #efefef;
  18. }
  19. .tribute-container li {
  20. padding: 5px 5px;
  21. cursor: pointer;
  22. }
  23. .tribute-container li.highlight {
  24. background: #ddd;
  25. }
  26. .tribute-container li span {
  27. font-weight: bold;
  28. }
  29. .tribute-container li.no-match {
  30. cursor: default;
  31. }
  32. .tribute-container .menu-highlighted {
  33. font-weight: bold;
  34. }