Help me to change otline-style of input "Search"🙏 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Help me to change otline-style of input "Search"🙏

Now it is lightblue. How can i do purple? https://code.sololearn.com/Wt2ryp90Uvpo/?ref=app

25th Jun 2020, 6:01 PM
Pavel Durov
Pavel Durov - avatar
1 Answer
+ 2
.form-control:focus{ box-shadow:2px 2px 2px purple; } it targets other classes with form-control as well this targets only the search box .form-inline>.form-control:focus{ box-shadow:2px 2px 2px purple; }
25th Jun 2020, 6:16 PM
Abhay
Abhay - avatar