Fix spinner overlapping in webkit search box (#4446) and replace deprecated pseudo class :-moz-placeholder

This commit is contained in:
arlogn 2013-12-26 00:21:12 +01:00
parent 5d83402dc3
commit ae3b50080c
2 changed files with 3 additions and 2 deletions

View file

@ -528,7 +528,7 @@ form p.checkbox_select
*::-webkit-input-placeholder
@include placeholder_styles
*:-moz-placeholder
*::-moz-placeholder
@include placeholder_styles
.field_with_submit

View file

@ -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; }
}
}
}