This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: rtl move search box to be in right side of the search button

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

#15995
Ernest MarcinkoErnest Marcinko
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.