Built files from Bizgaze WebServer
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.

tabulator_midnight.css 21KB

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