mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-15 15:01:41 +00:00
[ADF-1911] disabled toolbar and drag area on search results page (#2689)
* [ADF-1911] disabled toolbar and drag area on search results page * [ADF-1911] removed color added to style
This commit is contained in:
@@ -95,6 +95,27 @@ adf-document-list ::ng-deep adf-datatable > table > tbody > tr.is-selected > td.
|
||||
}
|
||||
}
|
||||
|
||||
.adf-no-result__empty_doc_lib {
|
||||
width: 565px;
|
||||
height: 161px;
|
||||
object-fit: contain;
|
||||
margin-top: 17px;
|
||||
}
|
||||
|
||||
.adf-empty_template {
|
||||
text-align: center;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.adf-no-result-message{
|
||||
height: 32px;
|
||||
opacity: 0.26;
|
||||
font-size: 24px;
|
||||
line-height: 1.33;
|
||||
letter-spacing: -1px;
|
||||
}
|
||||
|
||||
@media (max-width: $minimumDocumentListWidth) {
|
||||
adf-document-list ::ng-deep adf-datatable {
|
||||
& ::ng-deep .adf-data-table-cell--fileSize {
|
||||
|
Reference in New Issue
Block a user