Welcome to the Cumulus Support forum.

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Cumulus MX V4 beta test release 4.0.0 (build 4017) - 17 March 2024

Legacy Cumulus 1 release v1.9.4 (build 1099) - 28 November 2014 (a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

Navigation contrast

Share your Cumulus MX user interface here

Moderator: mcrossley

Post Reply
sfws
Posts: 1183
Joined: Fri 27 Jul 2012 11:29 am
Weather Station: Chas O, Maplin N96FY, N25FR
Operating System: rPi 3B+ with Buster (full)

Navigation contrast

Post 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.
User avatar
mcrossley
Posts: 12685
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: Navigation contrast

Post by mcrossley »

I'll look at upping the contrast in the next release - it is flagged as poor in the dev tools.
Post Reply