After applying a custom skin for branding within Identity Manager, users may observe that the tabs at the top of the task interface are missing. This behavior occurs due to incorrect image path references within the custom CSS configuration, preventing the UI from loading the necessary graphical elements.
Identity Manager 14.x
The default configuration file (/ui7/ca/css/ca.css) contains relative path references that do not account for the additional directory depth introduced when using a custom skin. The existing path ../../../../ui/ca-css/images is incorrect in the context of the custom skin directory structure.
To restore the missing task tabs, update the image path references in your custom CSS file:
Access the Configuration File: Navigate to the following location on your Identity Manager server: /app/imcss/ui7/ca/css/ca.css
Update Image Paths: Open the ca.css file and perform a global replacement for the incorrect image path.
../../../../ui/ca-css/images../../../../../../ui/ca-css/images (There are typically 11 instances of this path that require updating.)Validate and Refresh:
ca.css.