Missing CSS class name on search button wrapper
-
The search button wrapper is a DIV element without any CSS class name.
The only proper way to style it (e.g. for making it float on the left of the filter dropdown) is using parent selectors, which are currently not supported by every browser, like this:div:has(.woof_auto_show) {
This is the markup:<br><div style="position: relative;"><br><code>\<a href="javascript:void(0);" class="woof_show_auto_form woof_btn_default "></code><br>
It would be very helpful if there were a class name on the outer div.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Missing CSS class name on search button wrapper’ is closed to new replies.