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.

23 lines
489 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-debug-browser .x-tree .x-tree-node a span {
  8. color:#222297;
  9. font-size:11px;
  10. font-family:"monotype","courier new",sans-serif;
  11. }
  12. #x-debug-browser .x-tree a i {
  13. color:#ff4545;
  14. font-style:normal;
  15. }
  16. #x-debug-browser .x-tree a em {
  17. color:#999;
  18. }
  19. #x-debug-browser .x-tree .x-tree-node .x-tree-selected a span{
  20. background-color:#c3daf9;
  21. }