Kendo - Material 主题与演示不匹配
Kendo - Material theme does not match demo
例如,编辑器演示(http://demos.telerik.com/kendo-ui/editor/index)悬停时将粗体图标显示为黑色。
但是,在演示之外,粗体图标使用 material 主题显示为白色。请参阅 http://dojo.telerik.com/OHiZa 获取代码。这种白色字体很难阅读。
如何让material主题与demo风格一致?
问题是我使用了以下常用样式:
<link rel="stylesheet" href="http://cdn.kendostatic.com/2014.3.1411/styles/kendo.common.min.css">
我应该使用:
<link rel="stylesheet" href="http://cdn.kendostatic.com/2014.3.1411/styles/kendo.common-material.min.css">
例如,编辑器演示(http://demos.telerik.com/kendo-ui/editor/index)悬停时将粗体图标显示为黑色。
但是,在演示之外,粗体图标使用 material 主题显示为白色。请参阅 http://dojo.telerik.com/OHiZa 获取代码。这种白色字体很难阅读。
如何让material主题与demo风格一致?
问题是我使用了以下常用样式:
<link rel="stylesheet" href="http://cdn.kendostatic.com/2014.3.1411/styles/kendo.common.min.css">
我应该使用:
<link rel="stylesheet" href="http://cdn.kendostatic.com/2014.3.1411/styles/kendo.common-material.min.css">