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

@import '../../../scss/themes/variables_ars_1.scss';
table {
overflow-x: auto;
border-bottom: 3px solid $gray-light;
& th {
font-weight: 700;
border-bottom: 1px solid $gray-base;
}
& tr {
border-bottom: 1px solid $gray-lighter;
}
}

tr,
td,
th {
padding: $padding-table-tight; // Tightens spacing to accommodate more columns
}

tbody>tr:hover {
background-color: lighten($color-info, 63.5%);
}

th {
white-space: nowrap;
&.label-bump {
padding-bottom: 10px;
text-align: center;
}
}

input[type='checkbox'] {
margin-bottom: 0;
}

.img-fix {
display: inline-block;
vertical-align: middle;
& button {
border: none;
background-color: transparent;
padding: 0;
}
& img {
margin-top: 1px;
margin-left: -1px;
}
}

th>button {
border: none;
}

.counter {
margin-top: -15px;
margin-left: 6px;
display: block;
height: 12px;
width: 12px;
font-size: 9px;
font-weight: 700;
text-align: center;
color: #fff;
}

:host-context(.hi-columns) {
& table {
table-layout: fixed;
}
}

th,
td {
&.tint {
background-color: rgba(0, 0, 0, 0.05); // background-color: $gray-lightest;
}
}

.default-cursor{
cursor: default;
}