matomo / plugins /CoreHome /stylesheets /dataTable /_subDataTable.less
Leon4gr45's picture
Upload source files chunk 28
da96562 verified
Raw
History Blame Contribute Delete
615 Bytes
/* SUBDATATABLE */
/* a datatable inside another datatable */
table.subDataTable thead th {
font-weight: normal;
font-size: 12px;
text-align: left;
border: 0;
}
table.subDataTable td.label {
background-image: none;
}
table.subDataTable td {
border: 0;
border-bottom: 1px solid @theme-color-background-tinyContrast;
}
table.subDataTable td, table.subDataTable td a {
color: #615B53;
}
table.subDataTable td.label, table.subDataTable td.column {
color: #2D2A27;
}
/* are the following two supposed to be together? */
.subDataTable.dataTableFeatures {
padding-top: 0;
padding-bottom: 5px;
}