Drop down color of fields have changed after Zurich Upgrade Patch 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2026 08:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2026 10:34 AM
It comes from CSS Includes. You can inspect and find the class name and then find it in css includes.
- Navigate to sp_css.LIST
- Filter with css contains "select2-highlighted". Most probably this will be the class name.
- Open the relevant record and find out where select2-highlighted is defined and set it accordingly.
If you have found a different class name in inspect then find the same in sp_css table.
Accept the solution and mark as helpful if it does, to benefit future readers.
Regards,
Sumanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2026 01:21 AM
Hi @
Appreciate your response and it actually worked. Had a question where can I find what theme is set for our workspace as the main reason why this is happening is because a dark theme has been set so want to exchange it to a light theme and to not make any changes to OOB dark theme
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2026 02:11 AM
Glad it helped.
To manage theme for a workspace, you can open this table m2m_app_config_theme.LIST and filter with your workspace name in UX App Configuration column.
For example, see screenshot below, i filtered for SOW
If you can't find your workspace in that list then go to sys_ux_app_config table and open your record and check the themes tab to find and update your theme.
If you would like to go more deeper,
To manage themes for workspaces, you can either use UI Builder Experience settings or Theme Builder.
Below Docs Links will help you to understand them both.
Brand and theme settings for your workspace.
Configure theme for SOW in ITSM.
Accept the solution and mark as helpful if it does, to benefit future readers.
Regards,
Sumanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello,
We had the same issue after upgrading to Zurich so we had to comment out this line in the "catalogs-dark-workspace-overrides" style sheet:
.select2-results .select2-highlighted {
/* background-color: $brand-primary; */
color: $text-primary;
}
Once we did that then the color of the drop down field was lighter and you could read it.
Thanks,
Scott

