Summary Table
| Categories |
Total Count |
| PII |
0 |
| URL |
0 |
| DNS |
0 |
| EKL |
0 |
| IP |
0 |
| PORT |
0 |
| VsID |
0 |
| CF |
0 |
| AI |
0 |
| VPD |
0 |
| PL |
0 |
| Other |
0 |
File Content
.table-scroll-container {
overflow-x: auto;
}
.page-table {
padding: 0;
margin: 0px;
width: 100%;
border-bottom: 1px solid $borderColor;
}
list-table .page {
padding: 0;
}
.list-table {
display:table;
overflow: hidden;
line-height: normal;
.header {
display: table-header-group;
margin:0;
background-color: #696969;
font-weight: 700;
color: white;
> div {
display: table-row;
height: 40px;
> span {
display: table-cell;
vertical-align: middle;
padding: 3px 0px;
> span {
display: block;
position: relative;
margin : 0 10px;
}
> button {
background-color: #696969;
color: #FFFFFF;
}
}
}
}
ul {
display: table-row-group;
word-break: break-word;
padding: 0;
margin: 0;
width: 100%;
color: black;
li {
list-style: none;
display: table-row;
height: 40px;
> span {
border-top: 1px solid $borderColor;
display: table-cell;
vertical-align: middle;
padding: 3px 0px;
> span {
display: block;
position: relative;
margin : 0 10px;
.icon {
vertical-align: middle;
font-size: 20px;
}
}
}
}
li:hover, li:focus, li:active {
background-color: #f5f5f5;
}
}
}
.responsive-cell-data {
display: block;
white-space: nowrap;
}
@media (min-width: 768px) {
//ADD OTHERS THAT FORCE TABLE BLOCK
.list-table .hidden-xs {
display: table-cell!important;
}
.responsive-cell-data {
display: inline;
}
}
.sortorder{
display:inline !important;
}
.sortorder:after {
content: '\25b2'; // BLACK UP-POINTING TRIANGLE
}
.sortorder.reverse:after {
content: '\25bc'; // BLACK DOWN-POINTING TRIANGLE
}