I want to put a boder colored onto a textbox, but the color i get is too intense and opaque:
I get this border:

I want something like this:

My simple ccs is:
.highlitedborder
{
border: 2px solid orange;
}
Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The last alpha value (0.5) can be seen as opacity.
By the way, what u see in the image is not border. It is closer to box-shadow
(that effect is created by browser in some case)