GroupTabPanel.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. /* Main GroupTabPanel style */
  2. .x-grouptabpanel {
  3. background-color: #4E78B1;
  4. border: solid 15px #4E78B1;
  5. }
  6. /* End of GroupTabPanel style */
  7. /* Card Layout container */
  8. .x-grouptabcontainer {
  9. background-color: white;
  10. border-top: 1px solid #d9d9d9 !important;
  11. border-bottom: 1px solid #d9d9d9 !important;
  12. border-right: 1px solid #d9d9d9 !important;
  13. }
  14. /* End of Card Layout container */
  15. .x-grouptabpanel .x-grouptab .x-grid-cell-inner {
  16. font-family: tahoma, arial, sans-serif;
  17. text-decoration: none!important;
  18. }
  19. .x-grouptabpanel .x-grouptab-first .x-grid-cell-inner {
  20. font-size: 13px;
  21. line-height: 18px;
  22. font-weight: bold;
  23. }
  24. .x-grouptabbar .x-grid-row .x-grid-cell {
  25. background-color: transparent;
  26. padding-left: 6px;
  27. }
  28. .x-grouptabbar .x-grid-cell-inner {
  29. color: #DFE8F6;
  30. }
  31. .x-grouptabpanel .x-active-group .x-grid-cell-inner {
  32. color: #395B8E;
  33. }
  34. .x-grouptabbar .x-grouptab {
  35. line-height: 24px;
  36. background-color: transparent;
  37. font-size: 12px;
  38. position: relative;
  39. padding-left: 6px;
  40. padding-bottom: 2px;
  41. overflow: visible; /* To allow round corner blobs (.x-grouptabs-corner) to occlude the element border */
  42. }
  43. .x-grouptabbar .x-grouptab-first {
  44. padding-top: 6px;
  45. }
  46. .x-grouptabbar .x-grouptab-last {
  47. margin-bottom: 3px;
  48. }
  49. .x-grouptabbar .x-active-tab .x-grid-cell-inner {
  50. background-color: #EDEEF0;
  51. }
  52. .x-grouptabbar .x-tree-elbow-line,
  53. .x-grouptabbar .x-tree-elbow-empty {
  54. width: 0;
  55. }
  56. .x-grouptabbar .x-active-group .x-grouptab {
  57. background-color: white!important;
  58. border: 0 none!important;
  59. }
  60. .x-grouptabbar .x-active-group .x-grouptab-first {
  61. border-top: 1px solid #d9d9d9!important;
  62. }
  63. .x-grouptabbar .x-active-group .x-grouptab-center {
  64. border-left: 1px solid #d9d9d9!important;
  65. }
  66. .x-grouptabbar .x-active-group .x-grouptab-last {
  67. border-bottom: 1px solid #d9d9d9!important;
  68. padding-bottom: 3px;
  69. }
  70. .x-grouptabbar .x-active-group .x-grouptab-first,
  71. .x-grouptabbar .x-active-group .x-grouptab-last {
  72. border-left: 1px solid #d9d9d9!important;
  73. }
  74. .x-grouptab-cell {
  75. border: 0 none!important;
  76. }
  77. /* Tab corners */
  78. .x-grouptabbar .x-grouptabs-corner {
  79. background-image: url('images/x-grouptabs-corners.gif');
  80. display: none;
  81. width: 11px;
  82. height: 11px;
  83. position: absolute;
  84. font-size: 1px;
  85. line-height: 6px;
  86. overflow: hidden;
  87. zoom:1;
  88. }
  89. .x-grouptabbar .x-grouptabs-corner {
  90. display: none;
  91. }
  92. .x-grouptabbar .x-active-group .x-grouptab-first .x-grouptabs-corner-top-left,
  93. .x-grouptabbar .x-active-group .x-grouptab-last .x-grouptabs-corner-bottom-left {
  94. display: block;
  95. }
  96. .x-grouptabbar .x-grouptabs-corner-top-left {
  97. background-position: top left;
  98. left: 0; top: 0;
  99. }
  100. .x-grouptabbar .x-grouptabs-corner-bottom-left {
  101. background-position: bottom left;
  102. left: 0; bottom: 0;
  103. }
  104. .x-grouptabbar .x-grouptabs-corner-top-right {
  105. background-position: top right;
  106. right: 0; top: 0;
  107. }
  108. .x-grouptabbar .x-grouptabs-corner-bottom-right {
  109. background-position: bottom right;
  110. right: 0; bottom: 0;
  111. }
  112. .x-grouptabbar .x-active-group .x-grouptabs-corner-bottom-left{
  113. bottom: -4px; left: -4px;
  114. }
  115. .x-grouptabbar .x-active-group .x-grouptabs-corner-bottom-right{
  116. bottom: -4px; right: -4px;
  117. }
  118. .x-grouptabbar .x-active-group .x-grouptabs-corner-top-left{
  119. top: -4px; left: -4px;
  120. }
  121. .x-grouptabbar .x-active-group .x-grouptabs-corner-top-right{
  122. top: -4px; right: -4px;
  123. }
  124. .x-grouptabbar .x-tree-panel .x-grid-cell {
  125. overflow: visible;
  126. }
  127. .x-grouptabbar .x-panel-body {
  128. background-color: #4E78B1;
  129. }
  130. .x-grouptabbar {
  131. top: 0 !important;
  132. margin-top: -1px !important;
  133. }
  134. .x-strict .x-ie7 .x-grouptabbar, .x-strict .x-ie6 .x-grouptabbar {
  135. margin-top: -2px !important;
  136. }
  137. .x-grouptabbar .x-grouptab .x-tree-icon-parent {
  138. display: none;
  139. }
  140. .x-grouptabbar .x-grouptab .x-tree-elbow,
  141. .x-grouptabbar .x-grouptab .x-tree-elbow-end {
  142. display: none;
  143. }
  144. .x-grouptabbar .x-grouptab .x-tree-expander {
  145. background: transparent url('images/elbow-plus-nl.gif') no-repeat;
  146. }
  147. .x-grouptabbar .x-grid-tree-node-expanded .x-grouptab .x-tree-expander {
  148. background: transparent url('images/elbow-minus-nl.gif') no-repeat;
  149. }