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.

80 lines
1.5 KiB

  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. body {
  8. background-color:#16181a;
  9. color:#fcfcfc;
  10. }
  11. .ext-el-mask {
  12. background-color: #ccc;
  13. }
  14. .ext-el-mask-msg {
  15. border-color:#223;
  16. background-color:#3f4757;
  17. background-image:url(../images/access/box/tb-blue.gif);
  18. }
  19. .ext-el-mask-msg div {
  20. background-color: #232d38;
  21. border-color:#556;
  22. color:#fff;
  23. font:normal 14px tahoma, arial, helvetica, sans-serif;
  24. }
  25. .x-mask-loading div {
  26. background-color:#232d38;
  27. background-image:url(../images/access/grid/loading.gif);
  28. }
  29. .x-item-disabled {
  30. color: #ddd;
  31. }
  32. .x-item-disabled * {
  33. color: #ddd !important;
  34. }
  35. .x-splitbar-proxy {
  36. background-color: #aaa;
  37. }
  38. .x-color-palette a {
  39. border-color:#fff;
  40. }
  41. .x-color-palette a:hover, .x-color-palette a.x-color-palette-sel {
  42. border-color:#8bb8f3;
  43. background-color: #deecfd;
  44. }
  45. .x-color-palette em {
  46. border-color:#aca899;
  47. }
  48. .x-ie-shadow {
  49. background-color:#777;
  50. }
  51. .x-shadow .xsmc {
  52. background-image: url(../images/default/shadow-c.png);
  53. }
  54. .x-shadow .xsml, .x-shadow .xsmr {
  55. background-image: url(../images/default/shadow-lr.png);
  56. }
  57. .x-shadow .xstl, .x-shadow .xstc, .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbc, .x-shadow .xsbr{
  58. background-image: url(../images/default/shadow.png);
  59. }
  60. .loading-indicator {
  61. font-size: 14px;
  62. background-image: url(../images/access/grid/loading.gif);
  63. }
  64. .x-spotlight {
  65. background-color: #ccc;
  66. }