mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
* added spinner module and translate text for process-list component * added spinner loader for data-table in processlist-variable component * added spinner loader for data-table in processlist component * added spinner loader for data-table in process-attachmentlist component * added spinner module and translate text for tasklist component * changed css for adf-datatable: selector changed in component * added spinner loader for data-table in tasklist component * added spinner loader for data-table in task-attachmentlist component * removed no-content template from task/process attachment list * fixed tasklist testcase issues * changed imort order for test cases * fixed testcase issue in processlist component
13 lines
271 B
CSS
13 lines
271 B
CSS
adf-datatable >>> .column-header {
|
|
color: #232323;
|
|
font-size: 15px;
|
|
}
|
|
|
|
adf-datatable >>> .data-cell {
|
|
cursor: pointer !important;
|
|
}
|
|
|
|
.adf-attachment-list-loading-margin {
|
|
margin-left: calc((100% - 100px) / 2);
|
|
margin-right: calc((100% - 100px) / 2);
|
|
} |