How to change the border of the select box
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-10-2020 06:54 PM
How should I change color of the border of the current field from blue to yellow .Please let me know the navigation of how to change as well
Thanks
Meru
- Labels:
-
Service Portal Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-10-2020 11:39 PM
Hi Meru
Please try this it will surely help you.
f you are already cloned and customized search widget then simply add below css to the widget.
.form-control:focus {
border-color: black; //update border color here
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
Please mark my answer correct and helpful,if this helps you in any way
Saurabh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-11-2020 07:38 PM
How do I do that can you please tell me the navigation for that where to change what ?because I am new to SNOW .This is under submit a question