123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
-
- /*Tabulator Table*/
- .tabulator .tabulator-header,
- .tabulator .tabulator-footer {
- color: #1F2327;
- font-size: 90%;
- font-weight: 600;
- border-color: #DADDE1;
- border-width: 1px;
- }
-
- .tabulator .tabulator-tableHolder .tabulator-placeholder span {
- color: #007D88;
- font-weight: 400;
- font-size: 16px;
- }
-
- .tabulator .tabulator-footer button.tabulator-page {
- padding: .5rem .75rem;
- line-height: 1.25;
- min-width: 40px;
- min-height: 40px;
- border-color: #DADDE1;
- color: #1F2327;
- }
-
- .tabulator .tabulator-footer button.tabulator-page:not(.disabled):hover, .tabulator .tabulator-footer button.tabulator-page:hover, .tabulator .tabulator-footer button.tabulator-page:focus {
- color: #1F2327;
- background-color: #E6E9EB;
- border-color: #DADDE1;
- }
-
- .tabulator .tabulator-footer button.tabulator-page.active {
- border-color: #00B0FF;
- background-color: #00B0FF;
- color: #fff;
- }
-
- .tabulator .tabulator-footer button.tabulator-page.active:hover {
- color: #1F2327;
- background-color: #E6E9EB;
- border-color: #DADDE1;
- }
-
- .tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover {
- background-color: #F4F5F6;
- }
-
- .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-bottom: 6px solid #CED8DC;
- }
-
- .tabulator .tabulator-row {
- border-color: #DADDE1;
- }
-
- .tabulator .tabulator-row .tabulator-responsive-collapse {
- border-color: #DADDE1;
- border-bottom: 0;
- }
-
- .tabulator .tabulator-row .tabulator-responsive-collapse table td, .tabulator .tabulator-row .tabulator-responsive-collapse table th {
- border: 0;
- }
-
- .tabulator .tabulator-row.tabulator-selected {
- background-color: #EBF5F6;
- }
-
- .tabulator .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {
- height: 1px;
- margin-top: 1px;
- background: #1F2327;
- }
-
- .tabulator .tabulator-row .tabulator-cell .tabulator-data-tree-control {
- height: 17px;
- width: 17px;
- margin-right: 10px;
- border: 1px solid #DADDE1;
- background: #fff;
- }
-
- .tabulator .tabulator-row .tabulator-cell .tabulator-data-tree-branch {
- height: 18px;
- width: 11px;
- margin-top: -16px;
- margin-right: 5px;
- border-bottom-left-radius: 1px;
- border-left: 1px solid #DADDE1;
- border-bottom: 1px solid #DADDE1;
- }
-
- .tabulator .tabulator-row.tabulator-selectable:hover {
- background-color: #E6E9EB;
- }
-
- .tabulator .tabulator-row.tabulator-group {
- background: #F4F5F6;
- border: 0;
- color: #1F2327;
- font-weight: 600;
- }
-
- .tabulator .tabulator-row.tabulator-group > span {
- font-weight: 400;
- color: #1F2327;
- }
-
- .tabulator .tabulator-row.tabulator-group:hover {
- background-color: #E6E9EB;
- }
-
- .tabulator .tabulator-row.tabulator-group .tabulator-arrow {
- border-top: 4px solid transparent;
- border-bottom: 4px solid transparent;
- border-right: 0;
- border-left: 6px solid #CED8DC;
- }
-
- .tabulator .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-top: 6px solid #CED8DC;
- }
-
- .tabulator.table-bordered .tabulator-header {
- border-top: none;
- }
-
- .tabulator.table-bordered .tabulator-header .tabulator-col,
- .tabulator.table-bordered .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell {
- border-color: #DADDE1;
- }
|