Custom search box in the detail tab

Here’s my new code which has the same icon at the start.

<pre><span><style>

[data-test="app-text-field"] .input-wrap >div::before {
content: URL("https://i.imgur.com/4gNlaXl.png");
position: fixed;
}

[data-test="app-text-field"] .input-wrap .ta-inputbox{
margin-left: 28px;
}

div[id*='screenScrollView'] > div > :nth-of-type(1) >div >div >div{
height: 40px;
border-radius: 10px;
}

[data-test="app-text-field"].focused .input-wrap {
box-shadow: none;
}
5 Likes