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

Metro theme menu border color has changed in 2013.2.716

1 Answer 30 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 17 Jul 2013, 06:41 PM
The following style was added to the kendo.metro.css on line 1025.

.k-menu.k-header,
.k-menu .k-item {
  border-color: #4c5356;
}

This is the only instance of this color in the file. Is this an intentional change?
The previous color was #dadada since .k-menu.k-header was undefined.

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 18 Jul 2013, 08:42 AM
Hi Jon,

Indeed, the new color is incorrect, thanks for pointing this out.

The new rule has been added on purpose, but the applied color in the Metro theme should be #dadada.

Please remove the offending CSS rule or override it:

ul.k-menu.k-header,
ul.k-menu .k-item {
  border-color: #dadada;
}


I have updated your Telerik points.

Regards,
Dimo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Menu
Asked by
Jon
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or