/src/main/resources/org/apache/struts2/static/assets/autocompleter.css

http://struts2yuiplugin.googlecode.com/ · CSS · 45 lines · 39 code · 6 blank · 0 comment · 0 complexity · d211f552b873bcc585ef2a9d39475f78 MD5 · raw file

  1. .ysearchcontainer {
  2. position: absolute;
  3. top: 1.7em;
  4. width: 100%;
  5. }
  6. .ysearchcontainer .yui-ac-content {
  7. position: absolute;
  8. width: 100%;
  9. border: 1px solid #404040;
  10. background: #fff;
  11. overflow: hidden;
  12. z-index: 9050;
  13. }
  14. .ysearchcontainer .yui-ac-shadow {
  15. position: absolute;
  16. margin: .3em;
  17. width: 100%;
  18. background: #a0a0a0;
  19. z-index: 9049;
  20. }
  21. .ysearchcontainer ul {
  22. list-style:none;
  23. padding-left 0;
  24. margin-left: 3px;
  25. padding: 5px 0;
  26. width: 100%;
  27. }
  28. .ysearchcontainer li {
  29. padding-left 0;
  30. margin-left: 0;
  31. cursor: default;
  32. white-space: nowrap;
  33. }
  34. .ysearchcontainer li.yui-ac-highlight {
  35. background: #ccddaa;
  36. }
  37. .ysearchcontainer li.yui-ac-prehighlight {
  38. background: #eeffcc;
  39. }