简体   繁体   English

放置自定义 CSS 的最佳位置在哪里?

[英]Where is best place to put Custom CSS?

I need to put these CSS hacks in order to fix a blank fieldset title.我需要放置这些 CSS hack 以修复空白字段集标题。 Where I should put?我应该放在哪里?

.x-fieldset-header {
    overflow: unset;
}

.x-fieldset-header-tool-default > .x-tool-toggle {
    opacity: inherit;
}

Thanks in Advance.提前致谢。

You can create a normal CSS file and link it in the HTML file.您可以创建一个普通的 CSS 文件并将其链接到 HTML 文件中。 As long as the file is listed after the ExtJS CSS file, your overrides should work.只要该文件列在 ExtJS CSS 文件之后,您的覆盖就应该起作用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM