如何为 ctools 模式窗口设置主题
有人知道我如何为 ctools 模式窗口设置主题吗?我尝试将它附带的 css 放入我自己的主题中以覆盖它,但这对我不起作用。
Does anybody know how I can theme the ctools modal window? I've tried putting the css that it comes with in my own theme to over-ride it, but that is not working for me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
ctools 文档的一些提示 ctools\help\modal.html
some tips for ctools docs ctools\help\modal.html
事实证明这是一个非常容易回答的问题。我将答案放在这里,以防其他人遇到与我相同的问题:
我的错误是我不知道仅包含 modal.css 我的主题文件夹中的文件。
要正确覆盖核心/贡献模块的css文件,请编辑theme.info文件以引用该css:
更多信息可以发现于 http://drupal.org/node/263967
It turns out this was a super easy question to answer. I'm putting the answer here just in case someone else runs into the same problem I did:
My mistake was that I did not know that it wasn't enough to just include a modal.css file in my themes folder.
To correctly override a css file for a core/contributed module, the theme.info file edited to refer to that css:
More information can be found at http://drupal.org/node/263967