Forked mumble-django project from https://bitbucket.org/Svedrin/mumble-django
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.

44 lines
786 B

  1. /*!
  2. * Ext JS Library 3.2.0
  3. * Copyright(c) 2006-2010 Ext JS, Inc.
  4. * licensing@extjs.com
  5. * http://www.extjs.com/license
  6. */
  7. .x-combo-list {
  8. border:1px solid;
  9. zoom:1;
  10. overflow:hidden;
  11. }
  12. .x-combo-list-inner {
  13. overflow:auto;
  14. position:relative; /* for calculating scroll offsets */
  15. zoom:1;
  16. overflow-x:hidden;
  17. }
  18. .x-combo-list-hd {
  19. border-bottom:1px solid;
  20. padding:3px;
  21. }
  22. .x-resizable-pinned .x-combo-list-inner {
  23. border-bottom:1px solid;
  24. }
  25. .x-combo-list-item {
  26. padding:2px;
  27. border:1px solid;
  28. white-space: nowrap;
  29. overflow:hidden;
  30. text-overflow: ellipsis;
  31. }
  32. .x-combo-list .x-combo-selected{
  33. border:1px dotted !important;
  34. cursor:pointer;
  35. }
  36. .x-combo-list .x-toolbar {
  37. border-top:1px solid;
  38. border-bottom:0 none;
  39. }