I need to put these CSS hacks in order to fix a blank fieldset title. 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. As long as the file is listed after the ExtJS CSS file, your overrides should work.
You can create a normal CSS file and link it in the HTML file. As long as the file is listed after the ExtJS CSS file, your overrides should work.