Forums

Border color dropdown

Funk001 30 Nov, 2017
Hello all,

I would like to change the border coller of a dropdown with a custom css.
Can someone point me in the right direction how I can adjust this.

Sincerely,
Rob Funk
GreyHead 01 Dec, 2017
Hi Rob,

Please post a link to the form so that I can take a quick look.

Bob
Funk001 02 Dec, 2017
The link to the form is. cat-input
the form is still under development on my test url.
GreyHead 02 Dec, 2017
Hi Rob,

This seems to work:
.ui.selection, .ui input {
    border: 1px solid blue !important;
}

Bob
Funk001 02 Dec, 2017
Hi Grey,

Thank you for your quick answers and the solution for the outline of the box.
Maybe you also know the css code for the outline of the drop down?

see screen shot

and thanks again

greeting,
Rob Funk
GreyHead 02 Dec, 2017
Hi Rob,
.menu.transition.visible {
    border: 1px solid blue !important;
}

Seems to be OK but might possibly affect other things on the page.

Bob
This topic is locked and no more replies can be posted.