mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-12872] custom css variables replaced with theme related variables (#8332)
* AAE-12872 replaced global variables related to foreground text * AAE-12872 replaced global css variables related to foreground * AAE-12872 replaced global css variables related to background,palette colors
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
word-break: break-all;
|
||||
padding: 0.4375em;
|
||||
border-bottom: none;
|
||||
background: var(--theme-colors-mat-grey);
|
||||
background: var(--theme-mat-grey-color-a200);
|
||||
min-height: 27px;
|
||||
margin-bottom: 12px;
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
.adf-file-properties-table {
|
||||
table {
|
||||
width: 100%;
|
||||
border: 1px solid var(--theme-border-color);
|
||||
border: 1px solid var(--theme-foreground-text-color-007);
|
||||
box-shadow: none;
|
||||
|
||||
.adf-file {
|
||||
|
@@ -6,7 +6,7 @@ adf-properties-viewer-widget {
|
||||
display: block;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
border: 1px solid var(--theme-border-color);
|
||||
border: 1px solid var(--theme-foreground-text-color-007);
|
||||
border-radius: 6px;
|
||||
|
||||
.adf-properties-viewer-wrapper-loading {
|
||||
|
@@ -26,7 +26,7 @@
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
border-radius: 100px;
|
||||
color: var(--theme-text-fg-color);
|
||||
color: var(--theme-foreground-text-color);
|
||||
font-weight: bolder;
|
||||
font-size: var(--theme-adf-picture-1-font-size);
|
||||
text-transform: uppercase;
|
||||
|
@@ -1,7 +1,7 @@
|
||||
.adf {
|
||||
&-start-process {
|
||||
.mat-form-field-label {
|
||||
color: var(--theme-colors-mat-grey-dark);
|
||||
color: var(--theme-mat-grey-color-a200-dark);
|
||||
}
|
||||
|
||||
mat-card-actions {
|
||||
|
@@ -1,5 +1,5 @@
|
||||
.adf-cloud-start-task-heading {
|
||||
border-bottom: 1px solid var(--theme-fg-divider);
|
||||
border-bottom: 1px solid var(--theme-foreground-divider-color);
|
||||
margin-bottom: 10px;
|
||||
|
||||
.mat-card-title {
|
||||
|
@@ -36,7 +36,7 @@
|
||||
padding: 0 5px;
|
||||
border-radius: 15px;
|
||||
background-color: var(--theme-accent-color);
|
||||
color: var(--theme-colors-mag-grey-light);
|
||||
color: var(--theme-mat-grey-color-50);
|
||||
font-size: smaller;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user