tabulator_bulma.css 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827
  1. /* Tabulator v4.2.6 (c) Oliver Folkerd */
  2. .tabulator {
  3. position: relative;
  4. background-color: white;
  5. font-size: 1rem;
  6. text-align: left;
  7. overflow: hidden;
  8. -ms-transform: translatez(0);
  9. transform: translatez(0);
  10. }
  11. .tabulator[tabulator-layout="fitDataFill"] .tabulator-tableHolder .tabulator-table {
  12. min-width: 100%;
  13. }
  14. .tabulator.tabulator-block-select {
  15. -webkit-user-select: none;
  16. -moz-user-select: none;
  17. -ms-user-select: none;
  18. user-select: none;
  19. }
  20. .tabulator .tabulator-header {
  21. position: relative;
  22. box-sizing: border-box;
  23. width: 100%;
  24. border: 1px solid #dbdbdb;
  25. border-width: 0 0 2px;
  26. background-color: transparent;
  27. color: #363636;
  28. font-weight: bold;
  29. white-space: nowrap;
  30. overflow: hidden;
  31. -moz-user-select: none;
  32. -khtml-user-select: none;
  33. -webkit-user-select: none;
  34. -o-user-select: none;
  35. }
  36. .tabulator .tabulator-header .tabulator-col {
  37. display: inline-block;
  38. position: relative;
  39. box-sizing: border-box;
  40. background: transparent;
  41. text-align: left;
  42. vertical-align: bottom;
  43. overflow: hidden;
  44. }
  45. .tabulator .tabulator-header .tabulator-col.tabulator-moving {
  46. position: absolute;
  47. background: transparent;
  48. pointer-events: none;
  49. }
  50. .tabulator .tabulator-header .tabulator-col .tabulator-col-content {
  51. box-sizing: border-box;
  52. position: relative;
  53. padding: 0.5em 0.75em;
  54. }
  55. .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
  56. box-sizing: border-box;
  57. width: 100%;
  58. white-space: nowrap;
  59. overflow: hidden;
  60. text-overflow: ellipsis;
  61. vertical-align: bottom;
  62. }
  63. .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {
  64. box-sizing: border-box;
  65. width: 100%;
  66. border: 1px solid #999;
  67. padding: 1px;
  68. background: #fff;
  69. }
  70. .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow {
  71. display: inline-block;
  72. position: absolute;
  73. top: 15px;
  74. right: 8px;
  75. width: 0;
  76. height: 0;
  77. border-left: 6px solid transparent;
  78. border-right: 6px solid transparent;
  79. border-bottom: 6px solid #bbb;
  80. }
  81. .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
  82. position: relative;
  83. display: -ms-flexbox;
  84. display: flex;
  85. border-top: 1px solid #aaa;
  86. overflow: hidden;
  87. }
  88. .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols .tabulator-col:last-child {
  89. margin-right: -1px;
  90. }
  91. .tabulator .tabulator-header .tabulator-col:first-child .tabulator-col-resize-handle.prev {
  92. display: none;
  93. }
  94. .tabulator .tabulator-header .tabulator-col.ui-sortable-helper {
  95. position: absolute;
  96. background-color: transparent !important;
  97. border: 1px solid #aaa;
  98. }
  99. .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {
  100. position: relative;
  101. box-sizing: border-box;
  102. margin-top: 2px;
  103. width: 100%;
  104. text-align: center;
  105. }
  106. .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {
  107. height: auto !important;
  108. }
  109. .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {
  110. margin-top: 3px;
  111. }
  112. .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input {
  113. border: 1px solid #dbdbdb;
  114. }
  115. .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {
  116. width: 0;
  117. height: 0;
  118. }
  119. .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
  120. padding-right: 25px;
  121. }
  122. .tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover {
  123. cursor: pointer;
  124. background-color: transparent;
  125. }
  126. .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-arrow {
  127. border-top: none;
  128. border-bottom: 6px solid #bbb;
  129. }
  130. .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="asc"] .tabulator-col-content .tabulator-arrow {
  131. border-top: none;
  132. border-bottom: 6px solid #363636;
  133. }
  134. .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="desc"] .tabulator-col-content .tabulator-arrow {
  135. border-top: 6px solid #363636;
  136. border-bottom: none;
  137. }
  138. .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {
  139. -webkit-writing-mode: vertical-rl;
  140. -ms-writing-mode: tb-rl;
  141. writing-mode: vertical-rl;
  142. text-orientation: mixed;
  143. display: -ms-flexbox;
  144. display: flex;
  145. -ms-flex-align: center;
  146. align-items: center;
  147. -ms-flex-pack: center;
  148. justify-content: center;
  149. }
  150. .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {
  151. -ms-transform: rotate(180deg);
  152. transform: rotate(180deg);
  153. }
  154. .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {
  155. padding-right: 0;
  156. padding-top: 20px;
  157. }
  158. .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {
  159. padding-right: 0;
  160. padding-bottom: 20px;
  161. }
  162. .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-arrow {
  163. right: calc(50% - 6px);
  164. }
  165. .tabulator .tabulator-header .tabulator-frozen {
  166. display: inline-block;
  167. position: absolute;
  168. z-index: 10;
  169. }
  170. .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {
  171. border-right: 2px solid #aaa;
  172. }
  173. .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {
  174. border-left: 2px solid #aaa;
  175. }
  176. .tabulator .tabulator-header .tabulator-calcs-holder {
  177. box-sizing: border-box;
  178. min-width: 400%;
  179. background: rgba(13, 13, 13, 0) !important;
  180. border: 1px solid #dbdbdb;
  181. border-width: 2px 0 0;
  182. overflow: hidden;
  183. }
  184. .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {
  185. background: rgba(13, 13, 13, 0) !important;
  186. }
  187. .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
  188. display: none;
  189. }
  190. .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-cell {
  191. border-bottom-width: 0;
  192. }
  193. .tabulator .tabulator-header .tabulator-frozen-rows-holder {
  194. min-width: 400%;
  195. }
  196. .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {
  197. display: none;
  198. }
  199. .tabulator .tabulator-tableHolder {
  200. position: relative;
  201. width: 100%;
  202. white-space: nowrap;
  203. overflow: auto;
  204. -webkit-overflow-scrolling: touch;
  205. }
  206. .tabulator .tabulator-tableHolder:focus {
  207. outline: none;
  208. }
  209. .tabulator .tabulator-tableHolder .tabulator-placeholder {
  210. box-sizing: border-box;
  211. display: -ms-flexbox;
  212. display: flex;
  213. -ms-flex-align: center;
  214. align-items: center;
  215. width: 100%;
  216. }
  217. .tabulator .tabulator-tableHolder .tabulator-placeholder[tabulator-render-mode="virtual"] {
  218. position: absolute;
  219. top: 0;
  220. left: 0;
  221. height: 100%;
  222. }
  223. .tabulator .tabulator-tableHolder .tabulator-placeholder span {
  224. display: inline-block;
  225. margin: 0 auto;
  226. padding: 10px;
  227. color: #ccc;
  228. font-weight: bold;
  229. font-size: 20px;
  230. }
  231. .tabulator .tabulator-tableHolder .tabulator-table {
  232. position: relative;
  233. display: inline-block;
  234. background-color: transparent;
  235. white-space: nowrap;
  236. overflow: visible;
  237. color: #363636;
  238. }
  239. .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs {
  240. font-weight: bold;
  241. background: #ededed !important;
  242. }
  243. .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {
  244. border: 1px solid #dbdbdb;
  245. border-width: 0 0 2px;
  246. }
  247. .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {
  248. border: 1px solid #dbdbdb;
  249. border-width: 2px 0 0;
  250. }
  251. .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs .tabulator-cell {
  252. border-bottom-width: 0;
  253. }
  254. .tabulator .tabulator-footer {
  255. padding: 0.5em 0.75em;
  256. border: 1px solid #dbdbdb;
  257. border-width: 2px 0 0;
  258. background-color: transparent;
  259. text-align: right;
  260. color: #363636;
  261. font-weight: bold;
  262. white-space: nowrap;
  263. -ms-user-select: none;
  264. user-select: none;
  265. -moz-user-select: none;
  266. -khtml-user-select: none;
  267. -webkit-user-select: none;
  268. -o-user-select: none;
  269. }
  270. .tabulator .tabulator-footer .tabulator-calcs-holder {
  271. box-sizing: border-box;
  272. width: calc(100% + 20px);
  273. margin: -5px -10px 10px -10px;
  274. background: rgba(13, 13, 13, 0) !important;
  275. border: 1px solid #dbdbdb;
  276. border-width: 0 0 2px;
  277. text-align: left;
  278. overflow: hidden;
  279. }
  280. .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {
  281. background: rgba(13, 13, 13, 0) !important;
  282. }
  283. .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
  284. display: none;
  285. }
  286. .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-cell {
  287. border-bottom-width: 0;
  288. }
  289. .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {
  290. margin-bottom: -5px;
  291. border-bottom: none;
  292. }
  293. .tabulator .tabulator-footer .tabulator-paginator {
  294. color: #363636;
  295. font-family: inherit;
  296. font-weight: inherit;
  297. font-size: inherit;
  298. }
  299. .tabulator .tabulator-footer .tabulator-page-size {
  300. display: inline-block;
  301. margin: 0 5px;
  302. padding: 2px 5px;
  303. border: 1px solid #dbdbdb;
  304. border-radius: 3px;
  305. }
  306. .tabulator .tabulator-footer .tabulator-pages {
  307. margin: 0 7px;
  308. }
  309. .tabulator .tabulator-footer .tabulator-page {
  310. display: inline-block;
  311. margin: 0 0.1875em;
  312. padding: calc(0.375em - 1px) 0.75em;
  313. border: 1px solid #dbdbdb;
  314. border-radius: 3px;
  315. background: rgba(255, 255, 255, 0.2);
  316. font-size: 1rem;
  317. }
  318. .tabulator .tabulator-footer .tabulator-page.active {
  319. border-color: #4a4a4a;
  320. color: #363636;
  321. font-weight: bold;
  322. }
  323. .tabulator .tabulator-footer .tabulator-page:disabled {
  324. opacity: .5;
  325. }
  326. .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {
  327. cursor: pointer;
  328. border-color: #b5b5b5;
  329. }
  330. .tabulator .tabulator-col-resize-handle {
  331. position: absolute;
  332. right: 0;
  333. top: 0;
  334. bottom: 0;
  335. width: 5px;
  336. }
  337. .tabulator .tabulator-col-resize-handle.prev {
  338. left: 0;
  339. right: auto;
  340. }
  341. .tabulator .tabulator-col-resize-handle:hover {
  342. cursor: ew-resize;
  343. }
  344. .tabulator .tabulator-loader {
  345. position: absolute;
  346. display: -ms-flexbox;
  347. display: flex;
  348. -ms-flex-align: center;
  349. align-items: center;
  350. top: 0;
  351. left: 0;
  352. z-index: 100;
  353. height: 100%;
  354. width: 100%;
  355. background: rgba(0, 0, 0, 0.4);
  356. text-align: center;
  357. }
  358. .tabulator .tabulator-loader .tabulator-loader-msg {
  359. display: inline-block;
  360. margin: 0 auto;
  361. padding: 10px 20px;
  362. border-radius: 10px;
  363. background: #fff;
  364. font-weight: bold;
  365. font-size: 16px;
  366. }
  367. .tabulator .tabulator-loader .tabulator-loader-msg.tabulator-loading {
  368. border: 4px solid #333;
  369. color: #000;
  370. }
  371. .tabulator .tabulator-loader .tabulator-loader-msg.tabulator-error {
  372. border: 4px solid #D00;
  373. color: #590000;
  374. }
  375. .tabulator.is-striped .tabulator-row:nth-child(even) {
  376. background-color: #fafafa;
  377. }
  378. .tabulator.is-bordered {
  379. border: 1px solid #dbdbdb;
  380. }
  381. .tabulator.is-bordered .tabulator-header .tabulator-col {
  382. border-right: 1px solid #dbdbdb;
  383. }
  384. .tabulator.is-bordered .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell {
  385. border-right: 1px solid #dbdbdb;
  386. }
  387. .tabulator.is-narrow .tabulator-header .tabulator-col .tabulator-col-content {
  388. padding: 0.25em 0.5em;
  389. }
  390. .tabulator.is-narrow .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell {
  391. padding: 0.25em 0.5em;
  392. }
  393. .tabulator-row {
  394. position: relative;
  395. box-sizing: border-box;
  396. min-height: 22px;
  397. background-color: transparent;
  398. }
  399. .tabulator-row.tabulator-selectable:hover {
  400. background-color: #fafafa;
  401. cursor: pointer;
  402. }
  403. .tabulator-row.tabulator-selected {
  404. background-color: #00d1b2;
  405. }
  406. .tabulator-row.tabulator-selected:hover {
  407. background-color: #009e86;
  408. cursor: pointer;
  409. }
  410. .tabulator-row.tabulator-row-moving {
  411. border: 1px solid #000;
  412. background: #fff;
  413. }
  414. .tabulator-row.tabulator-moving {
  415. position: absolute;
  416. border-top: 1px solid #aaa;
  417. border-bottom: 1px solid #aaa;
  418. pointer-events: none;
  419. z-index: 15;
  420. }
  421. .tabulator-row .tabulator-row-resize-handle {
  422. position: absolute;
  423. right: 0;
  424. bottom: 0;
  425. left: 0;
  426. height: 5px;
  427. }
  428. .tabulator-row .tabulator-row-resize-handle.prev {
  429. top: 0;
  430. bottom: auto;
  431. }
  432. .tabulator-row .tabulator-row-resize-handle:hover {
  433. cursor: ns-resize;
  434. }
  435. .tabulator-row .tabulator-frozen {
  436. display: inline-block;
  437. position: absolute;
  438. background-color: inherit;
  439. z-index: 10;
  440. }
  441. .tabulator-row .tabulator-frozen.tabulator-frozen-left {
  442. border-right: 2px solid #aaa;
  443. }
  444. .tabulator-row .tabulator-frozen.tabulator-frozen-right {
  445. border-left: 2px solid #aaa;
  446. }
  447. .tabulator-row .tabulator-responsive-collapse {
  448. box-sizing: border-box;
  449. padding: 5px;
  450. border-top: 1px solid #aaa;
  451. border-bottom: 1px solid #aaa;
  452. }
  453. .tabulator-row .tabulator-responsive-collapse:empty {
  454. display: none;
  455. }
  456. .tabulator-row .tabulator-responsive-collapse table {
  457. font-size: 1rem;
  458. }
  459. .tabulator-row .tabulator-responsive-collapse table tr td {
  460. position: relative;
  461. }
  462. .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {
  463. padding-right: 10px;
  464. }
  465. .tabulator-row .tabulator-cell {
  466. display: inline-block;
  467. position: relative;
  468. box-sizing: border-box;
  469. padding: 0.5em 0.75em;
  470. border: 1px solid #dbdbdb;
  471. border-width: 0 0 1px;
  472. vertical-align: middle;
  473. white-space: nowrap;
  474. overflow: hidden;
  475. text-overflow: ellipsis;
  476. }
  477. .tabulator-row .tabulator-cell.tabulator-editing {
  478. border: 1px solid #1D68CD;
  479. padding: 0;
  480. }
  481. .tabulator-row .tabulator-cell.tabulator-editing input, .tabulator-row .tabulator-cell.tabulator-editing select {
  482. border: 1px;
  483. background: transparent;
  484. }
  485. .tabulator-row .tabulator-cell.tabulator-validation-fail {
  486. border: 1px solid #dd0000;
  487. }
  488. .tabulator-row .tabulator-cell.tabulator-validation-fail input, .tabulator-row .tabulator-cell.tabulator-validation-fail select {
  489. border: 1px;
  490. background: transparent;
  491. color: #dd0000;
  492. }
  493. .tabulator-row .tabulator-cell:first-child .tabulator-col-resize-handle.prev {
  494. display: none;
  495. }
  496. .tabulator-row .tabulator-cell.tabulator-row-handle {
  497. display: -ms-inline-flexbox;
  498. display: inline-flex;
  499. -ms-flex-align: center;
  500. align-items: center;
  501. -ms-flex-pack: center;
  502. justify-content: center;
  503. -moz-user-select: none;
  504. -khtml-user-select: none;
  505. -webkit-user-select: none;
  506. -o-user-select: none;
  507. }
  508. .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {
  509. width: 80%;
  510. }
  511. .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {
  512. width: 100%;
  513. height: 3px;
  514. margin-top: 2px;
  515. background: #666;
  516. }
  517. .tabulator-row .tabulator-cell .tabulator-data-tree-branch {
  518. display: inline-block;
  519. vertical-align: middle;
  520. height: 9px;
  521. width: 7px;
  522. margin-top: -9px;
  523. margin-right: 5px;
  524. border-bottom-left-radius: 1px;
  525. border-left: 2px solid #aaa;
  526. border-bottom: 2px solid #aaa;
  527. }
  528. .tabulator-row .tabulator-cell .tabulator-data-tree-control {
  529. display: -ms-inline-flexbox;
  530. display: inline-flex;
  531. -ms-flex-pack: center;
  532. justify-content: center;
  533. -ms-flex-align: center;
  534. align-items: center;
  535. vertical-align: middle;
  536. height: 11px;
  537. width: 11px;
  538. margin-right: 5px;
  539. border: 1px solid #363636;
  540. border-radius: 2px;
  541. background: rgba(0, 0, 0, 0.1);
  542. overflow: hidden;
  543. }
  544. .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {
  545. cursor: pointer;
  546. background: rgba(0, 0, 0, 0.2);
  547. }
  548. .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
  549. display: inline-block;
  550. position: relative;
  551. height: 7px;
  552. width: 1px;
  553. background: transparent;
  554. }
  555. .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
  556. position: absolute;
  557. content: "";
  558. left: -3px;
  559. top: 3px;
  560. height: 1px;
  561. width: 7px;
  562. background: #363636;
  563. }
  564. .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {
  565. display: inline-block;
  566. position: relative;
  567. height: 7px;
  568. width: 1px;
  569. background: #363636;
  570. }
  571. .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
  572. position: absolute;
  573. content: "";
  574. left: -3px;
  575. top: 3px;
  576. height: 1px;
  577. width: 7px;
  578. background: #363636;
  579. }
  580. .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {
  581. display: -ms-inline-flexbox;
  582. display: inline-flex;
  583. -ms-flex-align: center;
  584. align-items: center;
  585. -ms-flex-pack: center;
  586. justify-content: center;
  587. -moz-user-select: none;
  588. -khtml-user-select: none;
  589. -webkit-user-select: none;
  590. -o-user-select: none;
  591. height: 15px;
  592. width: 15px;
  593. border-radius: 20px;
  594. background: #666;
  595. color: transparent;
  596. font-weight: bold;
  597. font-size: 1.1em;
  598. }
  599. .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {
  600. opacity: .7;
  601. }
  602. .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {
  603. display: initial;
  604. }
  605. .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {
  606. display: none;
  607. }
  608. .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {
  609. display: none;
  610. }
  611. .tabulator-row .tabulator-cell .tabulator-traffic-light {
  612. display: inline-block;
  613. height: 14px;
  614. width: 14px;
  615. border-radius: 14px;
  616. }
  617. .tabulator-row.tabulator-group {
  618. box-sizing: border-box;
  619. border-bottom: 1px solid #999;
  620. border-top: 1px solid #999;
  621. padding: 5px;
  622. padding-left: 10px;
  623. background: #ccc;
  624. font-weight: bold;
  625. color: #363636;
  626. min-width: 100%;
  627. }
  628. .tabulator-row.tabulator-group:hover {
  629. cursor: pointer;
  630. background-color: rgba(0, 0, 0, 0.1);
  631. }
  632. .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {
  633. margin-right: 10px;
  634. border-left: 6px solid transparent;
  635. border-right: 6px solid transparent;
  636. border-top: 6px solid #363636;
  637. border-bottom: 0;
  638. }
  639. .tabulator-row.tabulator-group.tabulator-group-level-1 {
  640. padding-left: 30px;
  641. }
  642. .tabulator-row.tabulator-group.tabulator-group-level-2 {
  643. padding-left: 50px;
  644. }
  645. .tabulator-row.tabulator-group.tabulator-group-level-3 {
  646. padding-left: 70px;
  647. }
  648. .tabulator-row.tabulator-group.tabulator-group-level-4 {
  649. padding-left: 90px;
  650. }
  651. .tabulator-row.tabulator-group.tabulator-group-level-5 {
  652. padding-left: 110px;
  653. }
  654. .tabulator-row.tabulator-group .tabulator-arrow {
  655. display: inline-block;
  656. width: 0;
  657. height: 0;
  658. margin-right: 16px;
  659. border-top: 6px solid transparent;
  660. border-bottom: 6px solid transparent;
  661. border-right: 0;
  662. border-left: 6px solid #363636;
  663. vertical-align: middle;
  664. }
  665. .tabulator-row.tabulator-group span {
  666. margin-left: 10px;
  667. color: #d00;
  668. }
  669. .tabulator-edit-select-list {
  670. position: absolute;
  671. display: inline-block;
  672. box-sizing: border-box;
  673. max-height: 200px;
  674. background: transparent;
  675. border: 1px solid #aaa;
  676. font-size: 1rem;
  677. overflow-y: auto;
  678. -webkit-overflow-scrolling: touch;
  679. z-index: 10000;
  680. }
  681. .tabulator-edit-select-list .tabulator-edit-select-list-item {
  682. padding: 4px;
  683. color: #363636;
  684. }
  685. .tabulator-edit-select-list .tabulator-edit-select-list-item.active {
  686. color: transparent;
  687. background: #1D68CD;
  688. }
  689. .tabulator-edit-select-list .tabulator-edit-select-list-item:hover {
  690. cursor: pointer;
  691. color: transparent;
  692. background: #1D68CD;
  693. }
  694. .tabulator-edit-select-list .tabulator-edit-select-list-group {
  695. border-bottom: 1px solid #aaa;
  696. padding: 4px;
  697. padding-top: 6px;
  698. color: #363636;
  699. font-weight: bold;
  700. }