mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Fix forced rounded corners on search fields in mobile Safari (close #6034)
This commit is contained in:
@@ -122,7 +122,7 @@ input[type="radio"] {
|
||||
*/
|
||||
|
||||
input[type="search"] {
|
||||
-webkit-appearance: textfield; /* 1 */
|
||||
-webkit-appearance: none; /* 1 */
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box; /* 2 */
|
||||
box-sizing: border-box;
|
||||
|
||||
Reference in New Issue
Block a user