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