Hi I have tried several of the dark themes and all of them suffer from the same problem – the color used in the input fields in the Add record dialog box are all dark grey on black and almost invisible. Can I change this somewhere? Thanks
3 Answers
Hello,
You can override following CSS style and change input field background as needed.
.ui-jqdialog-content input.FormElement, .ui-jqdialog-content select.FormElement, .ui-jqdialog-content textarea.FormElement {
background: #1d232a !important;
}
By override, I mean on-page css after css files inclusion
<style>…</style>
OR in other css file inclusion after the grid css files.
Your Answer

