I am trying to make an <input> text field with the color code #7d5993, but I see that the top and left are black and the bottom and right are my color. Is there any way to make the entire border my color like how the <textarea> would look?
I am trying to make an <input> text field with the color code #7d5993
Share
You must add property border-style override default border style of the textarea and input
You can check this fiddle