Closed ricofreak closed 2 years ago
This actually effects most tables. It makes the table blend with the body background color. Do we need to add some kind of table border?
Aha, I resolved this elsewhere by ensuring 'content' was inside a 'page-section'.. i.e. it had a white background... this is one I think we should all help with as follow-ups after push.. spread the load.
See issue #45 and issue #22 for some further details around this @ricofreak
Adding the 'page-section' class to the divs with 'prefs-tab' class yields this @ricofreak, does that work for you?
Yes, that looks much better to me! Thanks!
OK.. I'll add that as a bug on bugzilla now.. the screenshot was just a test I did locally.. I'll go ahead and work through the codebase adding page-section divs.
If you search for system preferences the
<td>
's have a background color (#f3f4f4) which is exactly the same as the<body>
background. I end up losing my place as I cannot see where the<td>
ends.