Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › rtl move search box to be in right side of the search button › Reply To: rtl move search box to be in right side of the search button
December 21, 2017 at 4:12 pm
#15995
Keymaster
Hi!
2. For placeholder, I believe separated rules may be required:
[html].probox input::-webkit-input-placeholder {
// same rules here
}
.probox input.orig::-moz-placeholderr {
// same rules here
}
.probox input:-ms-input-placeholder {
// same rules here
}[/html]
It has to be 3 separate rules, otherwise browsers may not recongize them.