UX: have webkit safari mobile stop with inner shadows

http://stackoverflow.com/questions/3062968/remove-textarea-inner-shadow-on-mobile-safari-iphone
This commit is contained in:
Sam 2016-12-02 17:56:01 +11:00
parent 7b5b255168
commit 9a685c64ee
1 changed files with 4 additions and 0 deletions

View File

@ -98,3 +98,7 @@ pre code {
#offscreen-content {
display: none;
}
input {
-webkit-appearance: none;
}