swimlanes.css 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. [class=swimlane] {
  2. position: sticky;
  3. left: 0;
  4. }
  5. .swimlane {
  6. background: #dedede;
  7. display: flex;
  8. flex-direction: row;
  9. overflow: auto;
  10. max-height: 100%;
  11. }
  12. .swimlane-header-menu .swimlane-header-collapse-down {
  13. font-size: 50%;
  14. color: #a6a6a6;
  15. position: absolute;
  16. top: 5px;
  17. left: 100px;
  18. }
  19. .swimlane-header-menu .swimlane-header-collapse-up {
  20. font-size: 50%;
  21. color: #a6a6a6;
  22. position: absolute;
  23. bottom: 5px;
  24. left: 100px;
  25. }
  26. .swimlane-header-menu .swimlane-header-uncollapse-up {
  27. font-size: 50%;
  28. color: #a6a6a6;
  29. }
  30. .swimlane-header-menu .swimlane-header-uncollapse-down {
  31. font-size: 50%;
  32. color: #a6a6a6;
  33. }
  34. .swimlane.placeholder {
  35. background-color: rgba(0,0,0,0.2);
  36. border-color: transparent;
  37. box-shadow: none;
  38. height: 100px;
  39. }
  40. .swimlane.ui-sortable-helper {
  41. box-shadow: -2px 2px 8px rgba(0,0,0,0.3), 0 0 1px rgba(0,0,0,0.5);
  42. transform: rotate(2deg);
  43. cursor: grabbing;
  44. }
  45. .swimlane.ui-sortable-helper .swimlane-header.ui-sortable-handle {
  46. cursor: grabbing;
  47. }
  48. .swimlane .swimlane-header-wrap {
  49. display: flex;
  50. flex-direction: row;
  51. flex: 1 0 100%;
  52. background-color: #ccc;
  53. }
  54. .swimlane .swimlane-header-wrap .swimlane-header {
  55. font-size: 14px;
  56. padding: 5px 5px;
  57. font-weight: bold;
  58. min-height: 9px;
  59. width: 100%;
  60. overflow: hidden;
  61. -o-text-overflow: ellipsis;
  62. text-overflow: ellipsis;
  63. word-wrap: break-word;
  64. text-align: center;
  65. }
  66. .swimlane .swimlane-header-wrap .swimlane-header-menu {
  67. position: absolute;
  68. padding: 5px 5px;
  69. font-size: 22px;
  70. }
  71. @media print {
  72. .swimlane .swimlane-header-wrap .swimlane-header-menu {
  73. display: none;
  74. }
  75. }
  76. .swimlane .swimlane-header-wrap .swimlane-header-plus-icon {
  77. margin-left: 5px;
  78. padding-right: 20px;
  79. font-size: 22px;
  80. }
  81. .swimlane .swimlane-header-wrap .swimlane-header-menu-icon {
  82. padding-right: 20px;
  83. font-size: 22px;
  84. }
  85. .swimlane .swimlane-header-wrap .swimlane-header-handle {
  86. position: absolute;
  87. padding: 7px;
  88. top: 50%;
  89. transform: translateY(-50%);
  90. left: 230px;
  91. font-size: 18px;
  92. }
  93. .swimlane .swimlane-header-wrap .swimlane-header-miniscreen-handle {
  94. position: absolute;
  95. padding: 7px;
  96. top: 50%;
  97. transform: translateY(-50%);
  98. left: 87vw;
  99. font-size: 24px;
  100. }
  101. #js-swimlane-height-edit .swimlane-height-error {
  102. display: none;
  103. }
  104. .list-group {
  105. height: 100%;
  106. }
  107. .moving-swimlane {
  108. display: none;
  109. }
  110. .swimlane-white {
  111. background: #fff !important;
  112. color: #4d4d4d !important;
  113. border: 1px solid #eee;
  114. }
  115. .swimlane-green {
  116. background: #3cb500 !important;
  117. color: #fff !important;
  118. }
  119. .swimlane-yellow {
  120. background: #fad900 !important;
  121. color: #4d4d4d !important;
  122. }
  123. .swimlane-orange {
  124. background: #ff9f19 !important;
  125. color: #4d4d4d !important;
  126. }
  127. .swimlane-red {
  128. background: #eb4646 !important;
  129. color: #fff !important;
  130. }
  131. .swimlane-purple {
  132. background: #a632db !important;
  133. color: #fff !important;
  134. }
  135. .swimlane-blue {
  136. background: #0079bf !important;
  137. color: #fff !important;
  138. }
  139. .swimlane-pink {
  140. background: #ff78cb !important;
  141. color: #4d4d4d !important;
  142. }
  143. .swimlane-sky {
  144. background: #00c2e0 !important;
  145. color: #fff !important;
  146. }
  147. .swimlane-black {
  148. background: #4d4d4d !important;
  149. color: #fff !important;
  150. }
  151. .swimlane-lime {
  152. background: #51e898 !important;
  153. color: #4d4d4d !important;
  154. }
  155. .swimlane-silver {
  156. background: #ccc !important;
  157. color: #4d4d4d !important;
  158. }
  159. .swimlane-peachpuff {
  160. background: #ffdab9 !important;
  161. color: #4d4d4d !important;
  162. }
  163. .swimlane-crimson {
  164. background: #dc143c !important;
  165. color: #fff !important;
  166. }
  167. .swimlane-plum {
  168. background: #dda0dd !important;
  169. color: #4d4d4d !important;
  170. }
  171. .swimlane-darkgreen {
  172. background: #006400 !important;
  173. color: #fff !important;
  174. }
  175. .swimlane-slateblue {
  176. background: #6a5acd !important;
  177. color: #fff !important;
  178. }
  179. .swimlane-magenta {
  180. background: #f0f !important;
  181. color: #fff !important;
  182. }
  183. .swimlane-gold {
  184. background: #ffd700 !important;
  185. color: #4d4d4d !important;
  186. }
  187. .swimlane-navy {
  188. background: #000080 !important;
  189. color: #fff !important;
  190. }
  191. .swimlane-gray {
  192. background: #808080 !important;
  193. color: #fff !important;
  194. }
  195. .swimlane-saddlebrown {
  196. background: #8b4513 !important;
  197. color: #fff !important;
  198. }
  199. .swimlane-paleturquoise {
  200. background: #afeeee !important;
  201. color: #4d4d4d !important;
  202. }
  203. .swimlane-mistyrose {
  204. background: #ffe4e1 !important;
  205. color: #4d4d4d !important;
  206. }
  207. .swimlane-indigo {
  208. background: #4b0082 !important;
  209. color: #fff !important;
  210. }