html - unknown border in chrome input -


I have a search input with a strange border I already outline, shadow,: remove focus and active styles Tried and did not get any results.

It is only on chrome, there is no limit on Firefox and Safari.

Here's a screenshot - and here's the code I'm using -

Here you go

  input [type = "search"] {boundary-radius: 4px; -WebKit-boundary-radius: 4px; Height: 25px; Width: 150px; Background: # 181,818; Border: 1 px solid # 0e0e0e; Padding-left: 5px; Color: # 666; Font-size: 10px; -WebKit-box-shadow: 1px1px0px1px # 202020; Box-Shadow: 1px 1px 0px 1px # 202020; Margin-left: 5px; Margin-right: 5px; -moz- Presence: none; -webkit- Presence: None; } a????   



Comments