css - How to add a different color next to textbox in asp.net -


probably title kinda hard understand meant that, trying archive this.

img1

i trying add in textbox little orange part next button. tried create other div visible when select textbox. didnt work.

any suggestion?

something simple do?

button {    border-left: 2px solid red;  }
<button>browse games</button>


Comments

Popular posts from this blog

php - Autoloader issue not returning Class -

python - Getting next two indexes regardless of current index -

ruby - Prevent Custom Validation Error on Association -