User516399733 posted
Hi,
I found the problem that is why filter icon is not fully showing because of CSS .
I have CSS in my page that is common for all buttons in a page, so filter icon is nothing but input button and css is applying for this.
I checked CSS code using the fire bug . If I remove height & width from below line then filter icon is showing.
.ccm-ui input[type="button"], .ccm-ui input[type="reset"], .ccm-ui input[type="submit"] {
height: auto;
width: auto;
}
I want this css should apply for all buttons in my page expect filter icon.
please help me on this..
Thanks in advance.