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.

filterselect.css 601B

123456789101112131415161718192021222324252627282930313233343536
  1. .i-filterselect-suggestpopup {
  2. background: #fff;
  3. font-size:small;
  4. }
  5. .i-filterselect-suggestmenu .gwt-MenuItem {
  6. border: 1px solid black;
  7. border-width: 0 1px 1px 1px;
  8. }
  9. .i-filterselect-suggestmenu .gwt-MenuItem-selected {
  10. background: yellow;
  11. }
  12. .i-filterselect {
  13. white-space: nowrap;
  14. }
  15. .i-filterselect-button {
  16. display:inline;
  17. background:red;
  18. }
  19. .i-filterselect-nextpage-on,
  20. .i-filterselect-nextpage-off,
  21. .i-filterselect-prevpage-off,
  22. .i-filterselect-prevpage-on,
  23. .i-filterselect-status {
  24. text-align: center;
  25. }
  26. .i-filterselect-nextpage-off,
  27. .i-filterselect-prevpage-off {
  28. color: #666;
  29. }