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.

43 lines
893 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:2px solid #232732;
  9. background-color:#555566;
  10. font:normal 15px tahoma, arial, helvetica, sans-serif;
  11. }
  12. .x-combo-list-inner {
  13. background-color:#414551;
  14. }
  15. .x-combo-list-hd {
  16. font:bold 14px tahoma, arial, helvetica, sans-serif;
  17. color:fff;
  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:#556;
  26. }
  27. .x-combo-list .x-combo-selected {
  28. border-color:#e5872c !important;
  29. background-color:#e5872c;
  30. }
  31. .x-combo-list .x-toolbar {
  32. border-top-color:#98c0f4;
  33. }
  34. .x-combo-list-small {
  35. font:normal 14px tahoma, arial, helvetica, sans-serif;
  36. }