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
Popup Font colour
-
- Posts: 56
- Joined: Mon Jun 08, 2015 9:57 am
- Location: New Zealand
- Contact:
Re: Popup Font colour
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:
At the end you'll see:
Change that to:
Note the addition of the '.' before modal-content.
Save and close the file, then reload ZM in the browser.
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
Code: Select all
modal-content {
background-color: #222222;
}
Code: Select all
.modal-content {
background-color: #000000;
}
Save and close the file, then reload ZM in the browser.
-
- Posts: 494
- Joined: Sun Jun 29, 2014 1:12 pm
- Location: Melbourne, AU
Re: Popup Font colour
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
https://github.com/ZoneMinder/zoneminder/pull/3323
Production Zoneminder 1.37.x (Living dangerously)
Random Selection of Cameras (Dahua and Hikvision)
Random Selection of Cameras (Dahua and Hikvision)