dark-themes-text-color-in-add-dialog-too-dark

Questionsdark-themes-text-color-in-add-dialog-too-dark
Adrian Bradshaw asked 3 hours ago

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
Abu answered 4 hours ago

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;
}

Abu answered 4 hours ago

By override, I mean on-page css after css files inclusion

<style>…</style>

OR in other css file inclusion after the grid css files.

Adrian Bradshaw answered 4 hours ago

Thank you. That’s OK now…

Your Answer

17 + 19 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?