{"id":54949,"date":"2019-05-18T16:27:05","date_gmt":"2019-05-18T14:27:05","guid":{"rendered":"https:\/\/samuelchopard.ch\/wiki\/?p=54949"},"modified":"2019-05-18T16:27:05","modified_gmt":"2019-05-18T14:27:05","slug":"remove-ios-safari-input-shadow-mobile-css","status":"publish","type":"post","link":"https:\/\/samuelchopard.ch\/wiki\/library\/remove-ios-safari-input-shadow-mobile-css\/","title":{"rendered":"Remove iOS (Safari) input shadow (mobile CSS)"},"content":{"rendered":"<p><!--more--><\/p>\n<p>Paste the following in the <a target=\"_blank\" href=\"https:\/\/samuelchopard.ch\/wiki\/library\/use-css3-media-queries-to-adapt-your-website-for-mobile\/\">mobile queries<\/a> &#8211; in Appearance &gt; Customize &gt; Additional CSS:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"css\">input[type=text] {   \r\n    -webkit-appearance: none;\r\n    -moz-appearance: none;\r\n    appearance: none;\r\n<\/pre>\n<p>Source: <a target=\"_blank\" href=\"https:\/\/stackoverflow.com\/questions\/23211656\/remove-ios-input-shadow\/23211871\">https:\/\/stackoverflow.com\/questions\/23211656\/remove-ios-input-shadow\/23211871<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"Paste the following in the mobile queries - in Appearance &gt; Customize &gt; Additional CSS: input[type=text] { -webkit-appearance: none; -moz-appearance: [...]","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[143,365,182,254,364],"class_list":["post-54949","post","type-post","status-publish","format-standard","hentry","category-htmlcss","tag-input","tag-ios","tag-mobile","tag-safari","tag-shadow"],"_links":{"self":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/54949","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/comments?post=54949"}],"version-history":[{"count":1,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/54949\/revisions"}],"predecessor-version":[{"id":54950,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/54949\/revisions\/54950"}],"wp:attachment":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/media?parent=54949"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/categories?post=54949"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/tags?post=54949"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}