Color of favourite dialog field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2024 05:57 AM
how can I change the color of the dialog field to make a favourite? For some reason it is in white and the letters are not visible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2024 01:48 AM
Do you know how to change it back to the default color?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2024 02:14 AM
No sure, but may be via Theme it can be changed.Better to log a HI case and share feedback with us.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2024 10:56 AM
I am currently experiencing the same issue. I can tell you that it's related to your theme, but as of right now i have been unable to pinpoint what attribute points directly to this. if you don't care about some subtle color changes , try applying a different theme. Navigate to Sys_properties.list find glide.ui.polaris.theme.custom and insert a new sys ID for "value" You can find the different themes under sys_ux_style.list . Right click the style name to get the sys ID. Good luck, hopefully someone can find the exact attribute.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2024 11:12 AM
I have the solution.
I'm not sure exactly what causes this, but it seems to be an issue when upgrading to Vancouver. Your Filter Navigator menu and the Favorites dialogue box are tied to the same color attribute, but for some reason this upgrade causes one to become blanked out. You cannot set them separately, so the fix is to manually reset this setting. this can be done 1 of 2 ways. The color attribute for this is "--now-unified-nav_menu--background-color" This can be found in the "colors" record under sys_ux_style.list.
Go to sys_ux_style.list
Open the "Colors" style
Scroll down until you find "--now-unified-nav_menu--background-color": "--now-color_chrome--brand-5",
You will see that "--now-color_chrome--brand-5" is the default value. Feel free to change this value to any color that suits you using the 8 bit RGB color format the value will look something like "252, 186, 3" for a shade of yellow. you can also choose an already defined color by name from the top of the list.
Save the form and refresh the page, and you will see your changes take place.
If you prefer to stay with the default coloration, change the attribute, save, and then change it back to the default "--now-color_chrome--brand-5" This will refresh the color to what it should have been.
If you are using a customized theme, you will have to make this change by appending it to your custom theme record as shown in this screen shot.
Please mark this as the solution if it has helped you!