mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 18:17:38 +00:00
Try adding cancel button to ios
This commit is contained in:
parent
e5a91239e0
commit
a97a5932e6
1 changed files with 8 additions and 0 deletions
|
|
@ -138,6 +138,14 @@ button:active {
|
|||
color: rgb(73, 83, 112);
|
||||
}
|
||||
|
||||
#search {
|
||||
-webkit-appearance: searchfield;
|
||||
}
|
||||
|
||||
*::-webkit-search-cancel-button {
|
||||
-webkit-appearance: searchfield-cancel-button;
|
||||
}
|
||||
|
||||
#infinite-skins {
|
||||
margin-top: 46px; /* This matches the height of #search */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue