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.6 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:#999;
  12. background-color:#ddd;
  13. background-image:url(../images/gray/panel/white-top-bottom.gif);
  14. background-position: 0 -1px;
  15. }
  16. .ext-el-mask-msg div {
  17. background-color: #eee;
  18. border-color:#d0d0d0;
  19. color:#222;
  20. font:normal 11px tahoma, arial, helvetica, sans-serif;
  21. }
  22. .x-mask-loading div {
  23. background-color:#fbfbfb;
  24. background-image:url(../images/default/grid/loading.gif);
  25. }
  26. .x-item-disabled {
  27. color: gray;
  28. }
  29. .x-item-disabled * {
  30. color: gray !important;
  31. }
  32. .x-splitbar-proxy {
  33. background-color: #aaa;
  34. }
  35. .x-color-palette a {
  36. border-color:#fff;
  37. }
  38. .x-color-palette a:hover, .x-color-palette a.x-color-palette-sel {
  39. border-color:#CFCFCF;
  40. background-color: #eaeaea;
  41. }
  42. .x-color-palette em:hover, .x-color-palette span:hover{
  43. background-color: #eaeaea;
  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: 11px;
  62. background-image: url(../images/default/grid/loading.gif);
  63. }
  64. .x-spotlight {
  65. background-color: #ccc;
  66. }