Built files from Bizgaze WebServer
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

tabulator_simple.css 21KB

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