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:
parent
7b5b255168
commit
9a685c64ee
|
@ -98,3 +98,7 @@ pre code {
|
||||||
#offscreen-content {
|
#offscreen-content {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
-webkit-appearance: none;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue