Forums

CFv8 and Chronomyadmin need to change css (called nui) in order to see

ITadminguy 08 Mar, 2024
In many areas in the backend admin area for CFv8 and ChronoMyadmin have white rows with very light text colors.

This makes it impossible or nearly impossible to see what is being clicked on.

The css is now call "nui"

I spent hours trying to find out where the "nui" css files are located. The inspector says "inline."

If I add/change an element in the inspector and make the background color for ".nui" it fixes the problem and I can see perfectly.

I added background-color blue into the inspector in the admin area for ChronoMyAdmin and it is all good.

.nui, .nui *, .nui ::after, .nui ::before, .nui::after, .nui::before {

background-color: blue;
}

I added this element into the inspector in the admin area for CFV8 form and it fixes the problem.

.nui {
color: white;
background-color: blue;
}

Is there an area in the admin files under pubic_html where the .nui can be added/modified?

Thanks in advance.

Max_admin 16 Mar, 2024
Could you please post a screenshot before and after the changes ?

Nobody has complained about the colors, so maybe something else on your website is conflicting and causing a problem
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
ITadminguy 17 Mar, 2024
Two examples for Chronomyadmin

One is original white text.
The other has color set to red.

Two examples for CF8

One is original white text
The other has color set to red.

Also, I was unable to take a screenshot of the DB Save as to the setting to add fields. As I type to add a field, both the text and the background are white. I could not take a screenshot because I have to leave the page to access screenshot software and the drop down disappears (selecting hov in the inspector to click on active, focus, etc... does not keep the drop down open). Basically I have to type to add a field to save without seeing any letters as I type them. When I hit return then I can see the field that was added no problem.
cf8 text field red.png

cf8 text field red


ITadminguy 17 Mar, 2024
I tried to attach all four photos to earlier post.

Here is the CF8 text no color.
cf8 text field.png

ITadminguy 17 Mar, 2024
here is the chronomyadmin no color text
chronomyadmin no color.png

ITadminguy 17 Mar, 2024
here is chronomyadmin red text color
chronomyadmin color red.png

Max_admin 06 Apr, 2024
Answer
Hi

This is not the default behavior, something on your website is setting a white color for labels and table headers

do you have the default joomla admin theme ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
You need to login to be able to post a reply.