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

How to change the border around all items?

1 Answer 67 Views
Rotator
This is a migrated thread and some comments may be shown as answers.
Jerry
Top achievements
Rank 1
Jerry asked on 23 Jun 2009, 10:54 PM
Hi All,

There is border that around the all items but excluding the rotor button, 

1) the border only appear when the rotortype is with control buttons
2) the border is assoicated with the skin, when skin change the color change.

I cannot find how to control this border, hide change color or so.

Please advise

Thanks

Jerry
 

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 24 Jun 2009, 10:32 AM
Hi Jerry,

You can remove the border aroun the rotator with CSS, i.e:

.rrClipRegion
{
    border: 0 !important;
}


Do not remove the !important flag at the end of the property value, otherwise the new setting will not apply, as the skin stylesheet reference comes later in the DOM.

Best wishes,
Martin Ivanov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Rotator
Asked by
Jerry
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or