我有一个关于在CSS中使用ExtJS的基本问题。 我正在尝试对textfields / displayfields / grid进行一些简单的更改。 (例如,使字体大小为8) 我一直在阅读不同的方法来实现这一点,似乎添加CSS是一个很好的方法。
我找到了这个样本来编辑网格。我的问题是,我添加此代码的文件在哪里?我使用NEW EXTJS6通用应用程序在VS中创建了项目。
/* Grid cells when the mouse cursor is over the row */
.custom-grid .x-grid-row-over .x-grid-cell {
background-color: #ff6;
border-bottom-color: #999;
border-bottom-style: dashed;
border-top-color: #999;
border-top-style: dashed;
}
答案 0 :(得分:1)
如果您不想为组件创建主题覆盖,另一种解决方案是:
resources
文件夹中
resources
文件夹是常用的地方index.html
和SaverDef
protocol buffer app.json