[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:
Shivangi Shree
2026-07-21 12:55:15 +05:30
committed by GitHub
parent 4646c793ad
commit f089e84da5
@@ -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 {