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

Dock target border

1 Answer 63 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Social_Quotient
Top achievements
Rank 1
Social_Quotient asked on 24 Jan 2008, 11:50 PM
When you are docking to a target the outside of the new target has a 1px black dashed border and i would like this to be red. How and where do I change this?

Thanks
John

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 04 Feb 2008, 03:02 PM
Hello strategic coder,

To re-style the dashed border of RadDock docking zone, please, add the following code in the <head /> section of your webpage:

.raddock.rdPlaceHolder
{
    border: solid 1px red !important;
}

All the best,
Martin Ivanov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Dock
Asked by
Social_Quotient
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or