I have used border-radius in my form field. It works fine. But the chrome it appears some line around the filed. Please refer the fiddle.
Please help me.
|
I have used border-radius in my form field. It works fine. But the chrome it appears some line around the filed. Please refer the fiddle. Please help me. |
|||||||
|
|
Are you referring to the orange highlight? If so, add this style:
|
|||
|
|
|
Chrome adds a yellow/orange outline when users focus on an input. Remove it like this:
|
|||
|
|
|
The orange outline is Chrome's way of focusing the users attention on to what they have clicked. As mentioned previously, the best way to get rid of this is Hope that helps. |
|||
|
|
|
Probably this is just a bug in WebKit. There are a lot of known issues with WebKit having trouble with You can check out whether the bug already has been added to the buglist. UPDATE As jezternz noted you can workaround this by using the |
||||
|