This question is locked. New answers and comments are not allowed.
Following .css change allows me to hide built-in telerik up/down image on Telerik MVC panel bar.
.t-panelbar .t-arrow-up,
.t-panelbar .t-arrow-down
{
display: none;
}
Instead of hiding it, I want to put custome image. How do I do that? How can I make sure image shows up on left hand side and not on right hand side.