xtree.css 687 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .webfx-tree-container {
  2. margin: 0px;
  3. padding: 0px;
  4. font: icon;
  5. white-space: nowrap;
  6. }
  7. .webfx-tree-item {
  8. padding: 0px;
  9. margin: 0px;
  10. font: icon;
  11. color: WindowText;
  12. white-space: nowrap;
  13. height: 16px;
  14. }
  15. .webfx-tree-item a, .webfx-tree-item a:active, .webfx-tree-item a:hover {
  16. margin-left: 3px;
  17. padding: 0px 2px 1px 2px;
  18. }
  19. .webfx-tree-item a {
  20. color: black;
  21. text-decoration: none;
  22. }
  23. .webfx-tree-item a:hover {
  24. color: blue;
  25. text-decoration: underline;
  26. }
  27. .webfx-tree-item a:active {
  28. background: highlight;
  29. color: highlighttext;
  30. text-decoration: none;
  31. }
  32. .webfx-tree-item img {
  33. vertical-align: middle;
  34. border: 0px;
  35. }
  36. .webfx-tree-icon {
  37. width: 16px;
  38. height: 16px;
  39. }