Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
priscilarubim
Partner - Creator
Partner - Creator

Improving the Date Picker appearance in a dark-themed dashboard

Hi everyone,

I’m using a Date Picker object in a dashboard, but I’m having some issues with its appearance when using a dark interface/theme.

As shown in the image, the Date Picker keeps its default light style, which makes it look visually disconnected from the rest of the dashboard. I couldn’t find any styling options to better adjust the object, such as changing the background color, text color, icon, border, or overall appearance.

Does anyone know if there is a way to customize the Date Picker so it fits better in a dark-themed dashboard?

Any suggestions would be very welcome.

Thank you!

priscilarubim_0-1777396491676.png

 

 

 

Labels (5)
1 Solution

Accepted Solutions
kallnascimento
Partner - Contributor III
Partner - Contributor III

You can do it on: Appearance > Presentation > styling.

Change background color to Transparent or by expression: argb(0,0,0,0);

Set the outline border to 0px.

 

View solution in original post

2 Replies
kallnascimento
Partner - Contributor III
Partner - Contributor III

You can do it on: Appearance > Presentation > styling.

Change background color to Transparent or by expression: argb(0,0,0,0);

Set the outline border to 0px.

 

priscilarubim
Partner - Creator
Partner - Creator
Author

Yes... it really works, but I still haven't found the right way and I shouldn't waste too much time. Thank you 🙂