I'm looking to change the selected styling of the grid search box.
When currently selected it is set as blue (using the theme I'm using).
I have set up a css class and referenced it from the search box itself. What I don't understand is how to change the selected border styling colour of the search box. This is what I have thus far:
.gridsearchbox {
height: 24px;
margin-right: 4px !important;
font-size: 12px !important;
}
I just want to set the selected border colour to for example red.
Many thanks,
Rob