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_modern.css 22KB

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