This is a migrated thread and some comments may be shown as answers.

Style the open arrow

1 Answer 75 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
david
Top achievements
Rank 1
david asked on 01 Dec 2012, 11:44 PM
is there an example somewhere of how to style the open images.  Specifically we want to change from the up/down arrows on the right side of the bar to +/- on the left side?

thank you

David

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 03 Dec 2012, 07:14 AM
Hi,

Try overriding the default CSS as follows to change the default image of the expand/collapse handle of the RadPanelBar.

CSS:
<style type="text/css">
    .RadPanelBar_Default .rpExpandable .rpExpandHandle
    {
        background-image: url("../Images/image.jpg") !important;
        float: left !important;
    }
</style>

Hope this helps.

Regards,
Princy.
Tags
PanelBar
Asked by
david
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or