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.

127 lines
2.9 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. .x-tab-panel-header, .x-tab-panel-footer {
  8. background-color: #eaeaea;
  9. border-color:#d0d0d0;
  10. overflow:hidden;
  11. zoom:1;
  12. }
  13. .x-tab-panel-header, .x-tab-panel-footer {
  14. border-color:#d0d0d0;
  15. }
  16. ul.x-tab-strip-top{
  17. background-color:#dbdbdb;
  18. background-image: url(../images/gray/tabs/tab-strip-bg.gif);
  19. border-bottom-color:#d0d0d0;
  20. }
  21. ul.x-tab-strip-bottom{
  22. background-color:#dbdbdb;
  23. background-image: url(../images/gray/tabs/tab-strip-btm-bg.gif);
  24. border-top-color:#d0d0d0;
  25. }
  26. .x-tab-panel-header-plain .x-tab-strip-spacer,
  27. .x-tab-panel-footer-plain .x-tab-strip-spacer {
  28. border-color:#d0d0d0;
  29. background-color: #eaeaea;
  30. }
  31. .x-tab-strip span.x-tab-strip-text {
  32. font:normal 11px tahoma,arial,helvetica;
  33. color:#333;
  34. }
  35. .x-tab-strip-over span.x-tab-strip-text {
  36. color:#111;
  37. }
  38. .x-tab-strip-active span.x-tab-strip-text {
  39. color:#333;
  40. font-weight:bold;
  41. }
  42. .x-tab-strip-disabled .x-tabs-text {
  43. color:#aaaaaa;
  44. }
  45. .x-tab-strip-top .x-tab-right, .x-tab-strip-top .x-tab-left, .x-tab-strip-top .x-tab-strip-inner{
  46. background-image: url(../images/gray/tabs/tabs-sprite.gif);
  47. }
  48. .x-tab-strip-bottom .x-tab-right {
  49. background-image: url(../images/gray/tabs/tab-btm-inactive-right-bg.gif);
  50. }
  51. .x-tab-strip-bottom .x-tab-left {
  52. background-image: url(../images/gray/tabs/tab-btm-inactive-left-bg.gif);
  53. }
  54. .x-tab-strip-bottom .x-tab-strip-over .x-tab-left {
  55. background-image: url(../images/gray/tabs/tab-btm-over-left-bg.gif);
  56. }
  57. .x-tab-strip-bottom .x-tab-strip-over .x-tab-right {
  58. background-image: url(../images/gray/tabs/tab-btm-over-right-bg.gif);
  59. }
  60. .x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
  61. background-image: url(../images/gray/tabs/tab-btm-right-bg.gif);
  62. }
  63. .x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
  64. background-image: url(../images/gray/tabs/tab-btm-left-bg.gif);
  65. }
  66. .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
  67. background-image:url(../images/gray/tabs/tab-close.gif);
  68. }
  69. .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover{
  70. background-image:url(../images/gray/tabs/tab-close.gif);
  71. }
  72. .x-tab-panel-body {
  73. border-color:#d0d0d0;
  74. background-color:#fff;
  75. }
  76. .x-tab-panel-body-top {
  77. border-top: 0 none;
  78. }
  79. .x-tab-panel-body-bottom {
  80. border-bottom: 0 none;
  81. }
  82. .x-tab-scroller-left {
  83. background-image:url(../images/gray/tabs/scroll-left.gif);
  84. border-bottom-color:#d0d0d0;
  85. }
  86. .x-tab-scroller-left-over {
  87. background-position: 0 0;
  88. }
  89. .x-tab-scroller-left-disabled {
  90. background-position: -18px 0;
  91. opacity:.5;
  92. -moz-opacity:.5;
  93. filter:alpha(opacity=50);
  94. cursor:default;
  95. }
  96. .x-tab-scroller-right {
  97. background-image:url(../images/gray/tabs/scroll-right.gif);
  98. border-bottom-color:#d0d0d0;
  99. }
  100. .x-tab-panel-bbar .x-toolbar, .x-tab-panel-tbar .x-toolbar {
  101. border-color:#d0d0d0;
  102. }