mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACS-7415] - Move file dialog (#3755)
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
@include mat.core;
|
@include mat.core;
|
||||||
|
|
||||||
mat-toolbar {
|
mat-toolbar {
|
||||||
color: var(--theme-text-color, rgba(0, 0, 0, 0.54));
|
color: var(--adf-theme-foreground-text-color-054);
|
||||||
}
|
}
|
||||||
|
|
||||||
mat-icon {
|
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-list {
|
||||||
.mat-mdc-tab-labels {
|
.mat-mdc-tab-labels {
|
||||||
.mdc-tab--active {
|
.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-button:is(button),
|
||||||
.mat-mdc-icon-button:is(button),
|
.mat-mdc-icon-button:is(button),
|
||||||
.mat-mdc-icon-button.mat-mdc-button-base:is(button) {
|
.mat-mdc-icon-button.mat-mdc-button-base:is(button) {
|
||||||
|
Reference in New Issue
Block a user