It seems that this question applies to all shiny UI Inputs.
Specifically, I am trying to find a way to format selectInput. For example, how could I change the blue color which highlights the selection and the light blue shadow surrounding the box when selectInput is active.
The problem I am facing is that I am trying to format my shiny application via a css file which has a completely different colorset and that does not sit very well with the standard blue of all UI Inputs.
