mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-7415] - Move file dialog (#3755)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
@include mat.core;
|
||||
|
||||
mat-toolbar {
|
||||
color: var(--theme-text-color, rgba(0, 0, 0, 0.54));
|
||||
color: var(--adf-theme-foreground-text-color-054);
|
||||
}
|
||||
|
||||
mat-icon {
|
||||
@@ -31,6 +31,15 @@ mat-slide-toggle {
|
||||
}
|
||||
}
|
||||
|
||||
.adf-name-location-cell-location.adf-datatable-cell-value {
|
||||
color: var(--theme-secondary-text);
|
||||
}
|
||||
|
||||
.mdc-text-field--filled:not(.mdc-text-field--disabled) {
|
||||
background-color: transparent;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.mat-mdc-tab-list {
|
||||
.mat-mdc-tab-labels {
|
||||
.mdc-tab--active {
|
||||
@@ -39,6 +48,10 @@ mat-slide-toggle {
|
||||
}
|
||||
}
|
||||
|
||||
.mdc-list-item__primary-text {
|
||||
color: var(--adf-theme-foreground-text-color-087);
|
||||
}
|
||||
|
||||
.mat-mdc-button:is(button),
|
||||
.mat-mdc-icon-button:is(button),
|
||||
.mat-mdc-icon-button.mat-mdc-button-base:is(button) {
|
||||
|
Reference in New Issue
Block a user