Popup Font colour

Discussions related to the 1.36.x series of ZoneMinder
Post Reply
stevewrightnz1
Posts: 55
Joined: Mon Jun 08, 2015 9:57 am
Location: New Zealand
Contact:

Popup Font colour

Post by stevewrightnz1 »

Hi guy's

I may have missed something really simple but I can't find a setting to change the font colour in the help popups. It's currently so light that I'm struggling to read them. I'm in Dark mode.

Steve
help.png
help.png (18.31 KiB) Viewed 2443 times
User avatar
kitkat
Posts: 193
Joined: Sun Jan 27, 2019 5:17 pm

Re: Popup Font colour

Post by kitkat »

I may be a bit late to this but I've just had the same issue and solved it by editing the CSS for the dark skin, and I thought the solution may be of interest to others.

It's not the text colour that's the problem so much as the background.

Open this file in a text editor:

Code: Select all

/usr/share/zoneminder/www/skins/classic/css/dark/skin.css
At the end you'll see:

Code: Select all

modal-content {
  background-color: #222222;
}
Change that to:

Code: Select all

.modal-content {
  background-color: #000000;
}
Note the addition of the '.' before modal-content.

Save and close the file, then reload ZM in the browser.
SteveGilvarry
Posts: 494
Joined: Sun Jun 29, 2014 1:12 pm
Location: Melbourne, AU

Re: Popup Font colour

Post by SteveGilvarry »

Thanks, I have submitted a Pull Request to fix it and a few others to get rid of light elements.
https://github.com/ZoneMinder/zoneminder/pull/3323
Production Zoneminder 1.37.x (Living dangerously)
Random Selection of Cameras (Dahua and Hikvision)
Post Reply