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.

36 lines
775 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-list-header{
  8. background-color:#f9f9f9;
  9. background-image:url(../images/default/grid/grid3-hrow.gif);
  10. }
  11. .x-list-header-inner div em {
  12. border-left-color:#ddd;
  13. font:normal 11px arial, tahoma, helvetica, sans-serif;
  14. }
  15. .x-list-body dt em {
  16. font:normal 11px arial, tahoma, helvetica, sans-serif;
  17. }
  18. .x-list-over {
  19. background-color:#eee;
  20. }
  21. .x-list-selected {
  22. background-color:#dfe8f6;
  23. }
  24. .x-list-resizer {
  25. border-left-color:#555;
  26. border-right-color:#555;
  27. }
  28. .x-list-header-inner em.sort-asc, .x-list-header-inner em.sort-desc {
  29. background-image:url(../images/default/grid/sort-hd.gif);
  30. border-color: #99bbe8;
  31. }