2018-05-30 12:29:24 +02:00

21 lines
426 B
CSS

alfresco-datatable ::ng-deep .column-header {
color: #232323;
font-size: 15px;
}
alfresco-datatable ::ng-deep .data-cell {
cursor: pointer !important;
}
alfresco-datatable ::ng-deep .cell-value{
width: 250px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
.adf-task-list-loading-margin {
margin-left: calc((100% - 100px) / 2);
margin-right: calc((100% - 100px) / 2);
}