GroupTabPanel.css 4.2 KB

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