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

2016 Q2 skins have changed / need formatting help

3 Answers 104 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Tomica
Top achievements
Rank 2
Tomica asked on 10 May 2016, 12:55 AM

I have been using two Menu controls with Metro Touch skin applied.

Last year I modified the CSS to remove borders, background and a few other elements, as you can see in the first screen shot (2015)

Sometime this year, in another project with more recent releases, now on the latest Q2, I find that there are vertical lines, as shown in screen shot 2016.

The CSS is identical for both.

All I need is to modify an unknown style that puts the vertical line there, at the right of each of the two menus.

 

 

3 Answers, 1 is accepted

Sort by
0
Accepted
Magdalena
Telerik team
answered on 10 May 2016, 08:11 AM
Hi Tomica,

Try to apply the following:
html .RadMenu .rmRootGroup.rmHorizontal>.rmItem {
    border-width: 0;
}


Regards,
Magdalena
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
Tomica
Top achievements
Rank 2
answered on 11 May 2016, 12:47 AM
Yes, this works. I had not know about the rmHorizontal until now.
0
Magdalena
Telerik team
answered on 11 May 2016, 08:04 AM
Hello Tomica,

We are glad that the solution meets your expectations. We have record this short video how you can find the rule that you should to overwrite if you would like to remove borders. The tested browser is Chrome.

Regards,
Magdalena
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Menu
Asked by
Tomica
Top achievements
Rank 2
Answers by
Magdalena
Telerik team
Tomica
Top achievements
Rank 2
Share this question
or