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.

42 lines
888 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-color:#98c0f4;
  9. background-color:#ddecfe;
  10. font:normal 12px tahoma, arial, helvetica, sans-serif;
  11. }
  12. .x-combo-list-inner {
  13. background-color:#fff;
  14. }
  15. .x-combo-list-hd {
  16. font:bold 11px tahoma, arial, helvetica, sans-serif;
  17. color:#15428b;
  18. background-image: url(../images/default/layout/panel-title-light-bg.gif);
  19. border-bottom-color:#98c0f4;
  20. }
  21. .x-resizable-pinned .x-combo-list-inner {
  22. border-bottom-color:#98c0f4;
  23. }
  24. .x-combo-list-item {
  25. border-color:#fff;
  26. }
  27. .x-combo-list .x-combo-selected{
  28. border-color:#a3bae9 !important;
  29. background-color:#dfe8f6;
  30. }
  31. .x-combo-list .x-toolbar {
  32. border-top-color:#98c0f4;
  33. }
  34. .x-combo-list-small {
  35. font:normal 11px tahoma, arial, helvetica, sans-serif;
  36. }