CSS tweaks for iOS
This commit is contained in:
parent
f7227bf3d4
commit
bddf4c0225
1 changed files with 2 additions and 2 deletions
|
@ -349,7 +349,8 @@ input[type="search"]::-webkit-search-decoration {
|
|||
}
|
||||
|
||||
input[type="search"] {
|
||||
-webkit-appearance: textfield;
|
||||
-webkit-appearance: none;
|
||||
border-radius: 0;
|
||||
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
|
@ -386,7 +387,6 @@ input[type="search"] {
|
|||
}
|
||||
|
||||
.search-widget-container {
|
||||
background: white;
|
||||
border-radius: 2px;
|
||||
overflow: hidden;
|
||||
|
||||
|
|
Loading…
Reference in a new issue