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.

39 lines
823 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:#393d4e;
  9. background-image:url(../images/access/toolbar/bg.gif);
  10. background-position:0 top;
  11. }
  12. .x-list-header-inner div em {
  13. border-left-color:#667;
  14. font:normal 14px arial, tahoma, helvetica, sans-serif;
  15. line-height: 14px;
  16. }
  17. .x-list-body dt em {
  18. font:normal 14px arial, tahoma, helvetica, sans-serif;
  19. }
  20. .x-list-over {
  21. background-color:#7E5530;
  22. }
  23. .x-list-selected {
  24. background-color:#E5872C;
  25. }
  26. .x-list-resizer {
  27. border-left-color:#555;
  28. border-right-color:#555;
  29. }
  30. .x-list-header-inner em.sort-asc, .x-list-header-inner em.sort-desc {
  31. background-image:url(../images/access/grid/sort-hd.gif);
  32. border-color: #3e4e6c;
  33. }