1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-22 06:57:53 +00:00
Files
matomo/plugins/Insights/stylesheets/insightVisualization.less
2019-11-07 13:19:41 +13:00

46 خطوط
611 B
Plaintext

.dataTableVizInsight {
th.orderBy {
cursor:pointer;
}
}
.insightsDataTable {
.controls {
padding: 10px 0 0;
> div {
padding: 10px 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;
}
}