Safari, the Apple browser available for Windows, produces a blue border (blue border) when you click within a field input . If in some cases it may be pleasant, others becomes really annoying! To delete just plug in our style sheet:
1 2 | / * ____________________________ Remove blue border * / : 0 none } input {outline: 0 none} |
Or, alternatively, directly as an attribute in the tag input :
1 | "outline: 0 none" ... / > < input style = "outline: 0 none" ... /> |










There are no comments for this post
Leave a comment