Skip to main content
Nintex Community Menu Bar
Question

Date picker popup border CSS

  • July 10, 2024
  • 3 replies
  • 71 views

Forum|alt.badge.img+8

How do I edit the border for the date picker pop up. I can’t find the option anywhere nor can I seem to do it from within the page’s CSS resources.

3 replies

Forum|alt.badge.img+10
  • Nintex Employee
  • July 10, 2024

Hi Josef, I’m able to set the border color and related properties from the area you’ve found.

Here’s a screenshot just to make sure we’re on the same page:

Is there a property you’re after that’s not here? If so, please try to clarify what else you’d like to change.


Forum|alt.badge.img+8

Hey Mark - I’m referring to that light blue/teal border in my screenshot. It surrounds the month and arrows. 


Forum|alt.badge.img+10
  • Nintex Employee
  • July 10, 2024

I see. That property doesn’t appear to have declarative controls in theme builder, but if you’d like to add some inline CSS to your theme (or to just one specific page), you can use a rule like this, and tweak the parameters that you want. 

.ui-datepicker-header.ui-widget-header{<br>&nbsp; &nbsp; border:2px solid red;<br>}