View Single Post
  #3  
Old 03-28-2014, 12:40 AM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: Missing Dropdown Box Border?

These are the styles which hide the border around the select box:
Code:
div.infs-widget-view-changer span select { border: medium none; font-size: 11px; }

Just change it to "border: medium solid" and it should get the border displayed again.

By the way: there is something wrong in how "X items per page" selectbox displayed either - it shows the list bullet for the item and displays the box lower than the list of available pages.
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote