Fix spinner overlapping in webkit search box (#4446) and replace deprecated pseudo class :-moz-placeholder
This commit is contained in:
parent
5d83402dc3
commit
ae3b50080c
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