File size: 689 Bytes
4202035 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | .dataTableVizInsight {
th.orderBy {
cursor:pointer;
}
}
.insightsDataTable {
.controls {
max-width: 500px;
padding: 10px 0 0 0;
.widget & {
padding: 12px 12px 0;
}
> div {
padding: 10px 0 0;
}
}
th.orderBy {
width: 20%;
}
th.orderBy.active {
font-weight:bold;
}
.title {
word-break: break-all;
overflow: hidden;
text-overflow: ellipsis;
width: inherit;
display: block;
}
tr:not(.subDataTableContainer) { // required to overwrite the color set in main.less
.grown {
color: green;
}
.notGrown {
color: red;
}
}
.isMoverAndShaker {
font-weight:bold;
}
}
|