Page 1 of 1

Navigation contrast

Posted: Fri 12 Jun 2020 8:24 am
by sfws
You may have seen my post in a different sub-forum complaining about the abysmal contrast for the tabs style menu at the top of each page in the MX admin interface. When I posted that, I had to rely on my knowledge of the navigation menu, finding the choice I wanted by its position rather than by reading the text.


I needed to adjust the style file \CumulusMX\interface\css\cumulus.css for the lousy contrast on the header of the modal in the log editors (mentioned by me in same post) so as I decided to (for my copy only) also add

Code: Select all

.navbar-nav{
	background-color: yellow;
}
What I then found is that the navbar is set up differently depending on the part of the admin interface. Consequently, just where the yellow I selected appears, depends a bit on which part of admin interface I am looking at.

Re: Navigation contrast

Posted: Fri 12 Jun 2020 1:38 pm
by mcrossley
I'll look at upping the contrast in the next release - it is flagged as poor in the dev tools.