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

Metro skin not removing the left and right corner and body

1 Answer 72 Views
Window
This is a migrated thread and some comments may be shown as answers.
mirang
Top achievements
Rank 1
mirang asked on 16 Feb 2012, 05:45 AM
I was looking to apply the metro style skin for radwindow same as provided in 
http://demos.telerik.com/aspnet-ajax/window/examples/default/defaultcs.aspx    (Select metro skin)

It has nice titlebar with not left right and bottom thick borders. 

I downloaded the metro style for that and got that skin into the project.
To remove the left and right thick borders i overrided the following styles in Window.Metro.css file

.RadWindow_Metro .rwCorner .rwBodyLeft, 
.RadWindow_Metro .rwCorner .rwBodyRight
{
width: 1px;
display:none;
background-color:Red;
}

but without any effect, the thick borders still stay.

Can you please provide me with the style to get the same metro look available in the demos for radwindow?

1 Answer, 1 is accepted

Sort by
0
mirang
Top achievements
Rank 1
answered on 16 Feb 2012, 05:58 AM
Anyways, i refered this url
http://www.telerik.com/help/aspnet-ajax/radwindow-appearance-removing-borders.html 

and it worked like a charm.
Tags
Window
Asked by
mirang
Top achievements
Rank 1
Answers by
mirang
Top achievements
Rank 1
Share this question
or