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.
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.
Copyright © 2021 Jogjafile Inc.
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.