With the latest update, 14.1.8 and on, the application has a whole new look. Parts of it we really like, but some parts we really hate. The biggest thing we hate is the very bright white background.
I looked around on how to change the background so it's not so blindingly white. I have found my answer and decided to post here so others can benefit if they feel the same way.
In the webroot\css directory, edit the styles_custom.css file with this:
#login-container /* Change background color */ { background:#DDDDDD ; } #main /* Change background color */ { background:#DDDDDD ; }
Use shift-f5 to refresh the site. You'll also want to add this to the files styles_mini_custom.css and styles_mobile_custom.css file.
It doesn't fix every bright white area, but this does fix most of the trouble spots.
Thanks
Add comment