Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Add webkit generic reset #1

Open
hatzipanis opened this issue Dec 29, 2017 · 0 comments
Open

Add webkit generic reset #1

hatzipanis opened this issue Dec 29, 2017 · 0 comments

Comments

@hatzipanis
Copy link
Member

/* ==========================================================================
   #WEBKIT
   ========================================================================== */

/**
 * Prevent iOS/Webkit from styling stuff on behalf of you. 
 * IMPORTANT: This is non-standard and probably dangerous.
 *
 * See: https://developer.mozilla.org/en/docs/Web/CSS/-moz-appearance
 */

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="search"] {
    -webkit-appearance: none;
    border-radius: 0;
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant