Skip to content
Extraits de code Groupes Projets
Valider ae3b5008 rédigé par arlogn's avatar arlogn
Parcourir les fichiers

Fix spinner overlapping in webkit search box (#4446) and replace deprecated...

Fix spinner overlapping in webkit search box (#4446) and replace deprecated pseudo class :-moz-placeholder
parent 5d83402d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -528,7 +528,7 @@ form p.checkbox_select ...@@ -528,7 +528,7 @@ form p.checkbox_select
*::-webkit-input-placeholder *::-webkit-input-placeholder
@include placeholder_styles @include placeholder_styles
*:-moz-placeholder *::-moz-placeholder
@include placeholder_styles @include placeholder_styles
.field_with_submit .field_with_submit
......
...@@ -214,7 +214,8 @@ body > header { ...@@ -214,7 +214,8 @@ body > header {
} }
&::-webkit-input-placeholder { text-shadow: none; } &::-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; }
} }
} }
} }
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter