20 lines
864 B
CSS
Executable File
20 lines
864 B
CSS
Executable File
#main {padding-bottom: 0;}
|
|
#myTable .dtable-header, #executionsForm .dtable-rows {z-index: 4;}
|
|
.table-header.fixed-right > .btn-toolbar {right: 0; background-color: #f1f5f9;}
|
|
|
|
#myTable input[type=checkbox] {margin: 0px}
|
|
|
|
.table-footer {border-top: 1px solid #fff4ea}
|
|
.table-footer .pager{z-index: 10}
|
|
#myTable .scrollbar {z-index: 11}
|
|
|
|
.dtable {--dtable-checked-bg: #fff4ea; --dtable-border-color: #f4f5f7}
|
|
.dtable-row {border-bottom-style: solid;}
|
|
.dtable-cell-html a{color: #2463c7}
|
|
.dtable-cell[data-sort='up'] .dtable-sort:before {color: #000; opacity: 1}
|
|
.dtable-cell[data-sort='down'] .dtable-sort:after {color: #000; opacity: 1}
|
|
.dtable .toggle-icon {border-radius: 50%; border-style: solid;}
|
|
.dtable-nested-toggle.is-no-child {display: block; opacity: 0; pointer-events: none;}
|
|
|
|
.dtable-row.is-normal .dtable-cell[data-col="name"] {padding-left: 20px;}
|