Merge pull request #4648 from arlogn/4446-webkit-search-spinner-overlaps
4446 webkit search spinner overlaps
This commit is contained in:
commit
54def634a7
2 changed files with 3 additions and 2 deletions
|
|
@ -528,7 +528,7 @@ form p.checkbox_select
|
|||
*::-webkit-input-placeholder
|
||||
@include placeholder_styles
|
||||
|
||||
*:-moz-placeholder
|
||||
*::-moz-placeholder
|
||||
@include placeholder_styles
|
||||
|
||||
.field_with_submit
|
||||
|
|
|
|||
|
|
@ -214,7 +214,8 @@ body > header {
|
|||
}
|
||||
|
||||
&::-webkit-input-placeholder { text-shadow: none; }
|
||||
&:-moz-placeholder { text-shadow: none; }
|
||||
&::-moz-placeholder { text-shadow: none; }
|
||||
&.ac_loading::-webkit-search-cancel-button { -webkit-appearance: none; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue