mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-12175] Add color to popup annotation (#5293)
* [ACS-12175] Add color to popup annotation * [ACS-12175] add style to viewer.component
This commit is contained in:
@@ -50,6 +50,11 @@
|
||||
--mat-sys-body-small-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
/* stylelint-disable-next-line selector-class-pattern */
|
||||
.adf-pdf-viewer .adf-pdf-viewer-annotation-tooltip.popup {
|
||||
background-color: color-mix(in srgb, var(--adf-theme-background-card-color) 70%, var(--adf-theme-foreground-base-color) 30%);
|
||||
}
|
||||
}
|
||||
|
||||
.adf-alfresco-viewer.aca-right_side--hide .adf-viewer__sidebar__right {
|
||||
|
||||
Reference in New Issue
Block a user