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

Unable to change BackColor of RadSlidingZone

1 Answer 47 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
jigar
Top achievements
Rank 1
jigar asked on 21 May 2008, 10:39 PM
Hello,

I am not able to change RadSlidingZone's BackColor property to whatever I want. When I was using Premethous version of RadTelerikControls, I fixed by changing CSS file however new version dosn't provide textual CSS so I tried to pats around control and modify  back color property. If i change width it is allowing me to change (because I checked using view source). But if I change BackColor property of RadSlidingZone, I don't see any changes related to backcolor in viewsource.

Would you let me know how can I change only BackColor property of RadSlidingZone to whatever I want.


Thanks,
Jigar

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 23 May 2008, 02:40 PM
Hello jigar,

I suggest to override the default skin color in order to achieve the desired result.

This can be done in the following manner:

 .slideZone  
    {  
       background-colorred !important;  
    } 


Best wishes,
Svetlina
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Splitter
Asked by
jigar
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or