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.
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.
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
Nobody has complained about the colors, so maybe something else on your website is conflicting and causing a problem
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.
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
I tried to attach all four photos to earlier post.
Here is the CF8 text no color.
Here is the CF8 text no color.

here is the chronomyadmin no color text

here is chronomyadmin red text color

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 ?
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 ?
You need to login to be able to post a reply.